.condition .fast-indexes .nrwhois_des_box@charset "utf-8";

/* CSS Document */
/*头部*/
.headerTradeOut {
  width: 100%;
  height: 80px;
  border-bottom: 2px solid #eee;
}

.headerTrade {
  width: 1080px;
  height: 80px;
  margin: auto;
}

.logoTrade {
  display: block;
  width: 182px;
  height: 68px;
  margin-top: 5px;
  background: url($../image/logo_trade.png) center left no-repeat;
}

.navTrade {
  height: 82px;
  line-height: 82px;
  margin-left: 220px;
}

.navTrade a {
  font-size: 15px;
  color: #333;
  padding: 0 15px;
  display: block;
  float: left;
}

.navTrade a.on {
  border-bottom: 3px solid #007bb7;
  color: #007bb7;
  height: 68px;
}

.navTrade a:hover {
  color: #007bb7;
}

.loginTrade {
  height: 80px;
  line-height: 80px;
}

.loginTrade a {
  display: block;
  float: left;
}

.loginTrade .name {
  width: 57px;
  height: 38px;
  line-height: 37px;
  background: url(../image/head.png) no-repeat 13px 8px #f5f8f9;
  border-radius: 20px;
  color: #333;
  margin-top: 21px;
  margin-right: 6px;
  padding-left: 41px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.loginTrade .login {
  color: #007bb7;
}

/*小banner*/
.bannerTrade {
  width: 100%;
  height: 130px;
  line-height: 50px;
  background: url(../image/bannerbg.jpg) no-repeat center top;
  text-align: center;
  overflow: hidden;
}

.bannerTrade span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}

.bannerTrade img {
  margin-top: 25px;
}

/*mainTra*/
.mainTra {
  width: 1078px;
  height: auto;
  margin: 20px auto 60px;
  border: 1px solid #f3f3f3;
  overflow: hidden;
}

/*left*/
.select {
  width: 800px;
  overflow: hidden;
  padding: 46px 0 66px 30px;
  color: #aaa;
}

/* .select form {
} */

.select form input {
  font-family: "微软雅黑";
  font-size: 14px;
}

.tra {
  margin-bottom: 30px;
}

.tra span {
  display: block;
  width: 125px;
  line-height: 38px;
  height: 38px;
  float: left;
}

.tra1 {
  height: 42px;
  line-height: 42px;
}

.tra3 {
  height: 40px;
  line-height: 40px;
}

.tra3 span {
}

.tra3 p {
  display: inline-block;
  background: #f8f8f8;
  width: 670px;
}

.tra3 p span {
  display: inline-block;
  width: 335px;
  text-indent: 2em;
}

.tra4 {
  width: 670px;
  overflow: hidden;
}

.tra4,
.tra5,
.tra7,
.tra8 {
  margin-left: 148px;
}

.tra textarea {
  width: 70%;
  height: 50px;
  margin-right: 25px;
  border: 1px solid #ddd;
  color: #333;
  font-family: "微软雅黑";
  padding: 20px;
  font-size: 14px;
}

.tra5 {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  padding: 26px 0;
}

.tra5 .shouru {
  width: 340px;
  float: left;
}

.tra5 .shouru span {
  display: block;
  width: 340px;
}

.tra5 .shouru span.money {
  font-size: 52px;
  color: #ff8400;
  padding-top: 10px;
}

.tra5 .price {
  float: left;
  margin-left: 20px;
  padding-top: 35px;
  line-height: 30px;
}

.tra5 .price p {
  height: 30px;
}

.tra5 .price p span {
  color: #333;
  float: none;
  display: inline-block;
}

/* .tra6 {
} */

.tra6 input {
  width: 295px;
  height: 38px;
  border: 1px solid #ddd;
  line-height: 38px;
  text-indent: 1em;
  color: #333;
}

.trasxf {
  display: block;
  line-height: 38px;
  height: 38px;
}

.trasxf p {
  color: #333;
  font-size: 14px;
}

.tra7 {
  color: #333;
  overflow: hidden;
}

.tra7 .custom-checkbox {
  float: left;
}

.tra7 label {
  display: block;
}

.tra7 label input {
  float: left;
  vertical-align: middle;
  margin-top: 3px;
}

.tra7 p {
  float: left;
  margin-left: 10px;
  vertical-align: middle;
}

.tra7 a {
  color: #1185e1;
}

/* .tra8 {
} */

.tra8 input {
  width: 156px;
  height: 42px;
  line-height: 42px;
  background: #007bb7;
  border-radius: 4px;
  color: #fff;
  font-size: 20px !important;
  border: 0;
  cursor: pointer;
}

/*单选按钮样式开始*/
/* page styles */
fieldset {
  border: 0;
  display: block;
  float: left;
  width: 750px;
}

/* ----- Custom checkboxes, radios ----- */
/*	wrapper divs */
.custom-radio {
  position: relative;
}

/* states */
.custom-radio label {
  background-position: -10px -14px;
}

.custom-radio label.hover,
.custom-radio label.focus {
  background-position: -10px -114px;
}

.custom-radio label.checked {
  background-position: -10px -214px;
}

.custom-radio label.focus {
  outline: 1px dotted #ccc;
}

/* input, label positioning */
.custom-radio input {
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
}

.custom-radio label {
  position: relative;
  font-family: "Microsoft Yahei", "微软雅黑", arial;
}

/* ---- toggle button examples ---- */
/* #view {
} */

#view .custom-radio {
  float: left;
  margin-right: 20px;
}

#show {
  width: 250px;
  display: block;
  clear: left;
}

#show .custom-radio {
  width: 33%;
  float: left;
}

.toggle label {
  border-collapse: collapse;
}

.toggle .custom-radio label {
  padding: 10px 36px;
  border: 1px solid #aaa;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  width: auto;
  overflow: visible;
  background: #fff;
  color: #333;
  border-color: #fff;
}

.toggle .custom-radio label.hover,
.toggle .custom-radio label.focus {
  background-position: right center;
  background: #99cceb;
  border-color: #99cceb;
  color: #fff;
}

.toggle .custom-checkbox label.checkedHover,
.toggle .custom-checkbox label.checkedFocus {
  background: #99cceb;
  border-color: #99cceb;
  color: #fff;
}

.toggle .custom-radio label,
.toggle .first label {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.toggle .last label {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/*单选按钮样式结束*/
/*right*/
.detail {
  width: 188px;
  padding: 0 15px 25px 12px;
  font-size: 12px;
  line-height: 24px;
  border-left: 1px solid #e1eaf0;
  margin: 28px auto 36px;
  color: #777;
}

.trade1,
.trade2,
.trade3 {
  padding-top: 70px;
  margin-bottom: 50px;
}

.trade1 {
  background: url($../image/trade1.jpg) no-repeat left top;
  padding-top: 70px;
}

.trade2 {
  background: url($../image/trade2.jpg) no-repeat left top;
  padding-top: 70px;
}

.trade3 {
  background: url($../image/trade3.jpg) no-repeat left top;
  padding-top: 70px;
}

.tradeTit {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  font-weight: 700;
}

/* .tradeDet {
}

.tradeMore {
} */

.tradeMore a {
  color: #090909;
}

/*mydeal*/
.deal {
  margin: 80px auto;
}

.deal p {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.deal .deal-btn {
  display: block;
  width: 290px;
  height: 64px;
  margin: 35px auto;
  text-align: center;
  line-height: 64px;
  font-size: 26px;
  color: #fff;
  background: url($../image/mydealbtnbg.png) no-repeat center;
}

/* .deal-content {
} */

.deal-content .deal-nav {
  height: 80px;
  border-top: 1px solid #f3f3f3;
  background: url($../image/navbg.png) repeat-x center bottom;
}

.deal-content .deal-nav li {
  float: left;
  width: 359px;
  height: 50px;
  margin: 10px auto;
  border-right: 1px solid #f3f3f3;
}

.deal-content .deal-nav li span {
  display: block;
  height: 64px;
  width: 256px;
  margin: auto;
  line-height: 64px;
  border-bottom: 6px solid #f3f3f3;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.deal-content .deal-nav li.on {
  float: left;
  width: 358px;
  height: 50px;
}

.deal-content .deal-nav li.on span {
  border-bottom: 6px solid #007bb7;
  color: #007bb7;
}

.deal-nav a {
  color: inherit;
}

.deal-list {
  display: none;
}

.deal-list table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

.deal-list tr.title {
  height: 60px;
  background: #fcfcff;
}

.deal-list tr td {
  height: 40px;
  padding: 15px 10px;
  color: #444;
  text-align: center;
  font-size: 12px;
  width: auto !important;
}

.deal-list tr th {
  height: 40px;
  color: #333;
  text-align: center;
}

.deal-list tr {
  border-bottom: 1px solid #f6f6f6;
}

.deal-list td.icon,
.deal-list th.icon {
  width: 70px;
}

.deal-list td.time,
.deal-list th.time {
  width: 200px;
}

.deal-list td.num,
.deal-list th.num {
  width: 110px;
}

.deal-list td.name,
.deal-list th.name {
  width: 320px;
}

.deal-list td.price,
.deal-list th.price,
.deal-list td.status,
.deal-list th.status,
.deal-list td.action,
.deal-list th.action {
  width: 160px;
}

.deal-list td.time span {
  margin-left: 5px;
  color: #888;
}

.deal-list td.status span {
  color: #007bb7;
}

.deal-list td.status span.ff9424 {
  color: #ff9424;
}

.deal-list td.action {
  position: relative;
}

.deal-list td.action .dealorg-detail {
  line-height: 40px;
  color: #007bb7;
  cursor: pointer;
}

.deal-list td.action .dealorg-detail i {
  display: inline-block;
  height: 20px;
  width: 14px;
  margin-left: 5px;
  background: url($../image/sprite.png) 0 5px no-repeat;
}

.deal-list td.action ul {
  display: none;
  position: absolute;
  top: 20px;
  left: 45px;
  width: 84px;
  background: #fff;
  border: 1px solid #888;
  z-index: 100;
}

.deal-list td.action ul li {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.deal-list td.action ul li a {
  color: #333;
  font-size: 14px;
}

.deal-list td.action ul li.first {
  background: #007bb7;
}

.deal-list td.action ul li.first a {
  color: #fff;
}

.deal-list td.action ul.d-block {
  display: block;
}

.loadingmore {
  width: 398px;
  height: 36px;
  margin: 20px auto;
  line-height: 36px;
  text-align: center;
  background: url($../image/loadingbg.png) center no-repeat;
}

.loadingmore a {
  color: #444;
}

/*dealdetail*/
.dealdetail-l {
  float: left;
  width: 730px;
  padding: 40px;
  overflow: hidden;
}

.dealintroduce {
  height: 80px;
  margin-bottom: 40px;
}

.dealintroduce .dealicon {
  float: left;
  width: 100px;
  height: 80px;
}

.dealintroduce .dealicon img {
  width: 80px;
}

.dealintroduce .dealtitle {
  float: left;
}

.dealintroduce .dealtitle h1 {
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: normal;
  color: #333;
}

.dealintroduce .dealtitle p {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  color: #999;
}

.dealintroduce .dealtitle p span {
  margin-right: 20px;
}

.dealobject {
  margin-bottom: 30px;
  color: #999;
}

.dealobject .objecttitle {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.dealobject .objecttitle i {
  display: inline-block;
  height: 20px;
  width: 25px;
  vertical-align: middle;
  background-image: url($../image/sprite.png);
  background-repeat: no-repeat;
}

.dealobject .objecttitle i.biaodi {
  background-position: 0 -24px;
}

.dealobject .objecttitle i.tiaokuan {
  background-position: 0 -45px;
}

.dealobject .objecttitle i.pay {
  background-position: 0 -65px;
}

.dealobject .objecttitle .pay-car {
  display: inline-block;
  height: 20px;
  width: 25px;
  vertical-align: middle;
  background: url($../image/sprite-car-img.png) no-repeat;
}

.dealobject .object-list {
  margin: 10px auto;
  border: 1px solid #dedede;
}

.object-list table {
  width: 728px;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.object-list table tr {
  padding: 10px 0;
}

.object-list table tr.title {
  height: 60px;
  background: #f8f9fa;
}

.object-list table th {
  color: #555;
  padding: 0 20px;
  text-align: left;
}

.object-list table td {
  height: 60px;
  line-height: 60px;
  color: #555;
  padding: 0 20px;
  border-right: 1px solid #edf1f3;
}

.object-list table td.styles1,
.object-list table th.styles1,
.object-list table td.price,
.object-list table th.price,
.object-list table td.name,
.object-list table th.name,
.object-list table td.num,
.object-list table th.num,
.object-list table td.status,
.object-list table th.status {
  width: 150px;
}

.object-list table td.price span,
.object-list table th.price span {
  font-size: 12px;
}

.jynr {
  height: 300px;
  max-height: 420px;
  padding-bottom: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* .object-list .jynr {
} */

.object-list .jynr table tr {
  padding: 0;
}

.object-list .jynr table tr td {
  height: 40px;
  line-height: 40px;
}

.dealdetail-r {
  float: right;
  width: 258px;
}

.timeline {
  margin-top: 50px;
  padding-bottom: 50px;
  border-left: 1px solid #d8e0e6;
}

.timeline .line-a {
  position: relative;
  margin-bottom: 50px;
}

.line-a i {
  position: absolute;
  left: -8px;
  display: block;
}

.line-a i.first {
  left: -15px;
}

/* .line-a i img {
} */

.line-a h4 {
  margin: auto auto 10px 30px;
  font-size: 14px;
  color: #333;
}

.line-a p {
  line-height: 20px;
  margin-left: 30px;
  font-size: 12px;
  color: #888;
}

.paybtn {
  height: 40px;
  margin: 10px auto;
}

.paybtn input,
.paybtn .btn {
  float: right;
  border: none;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.paybtn .fkbtn {
  width: 100px;
  height: 40px;
  background: #007bb7;
  color: #fff;
}

.paybtn .delbtn {
  width: 140px;
  height: 40px;
  background: #f2f2f2;
  color: #333;
}

/*我的账户*/
/*小banner*/
.bannerAccount {
  width: 100%;
  height: 130px;
  background: url($../image/account_banner.jpg) no-repeat center top;
}

.account {
  padding: 40px;
  background: url($../image/account.jpg) no-repeat 40px 40px;
}

.accTit {
  color: #333;
  margin-left: 46px;
  line-height: 40px;
}

.accTit a {
  color: #007bb7;
  padding-left: 20px;
}

.acc1 .name,
.acc2 .jine,
.acc3 .caozuo,
.acc4 .yhk {
  width: 698px;
  padding: 20px 110px 40px;
  margin: 0 auto 20px 80px;
  color: #555;
  border-bottom: 1px dashed #f1f1f1;
  overflow: hidden;
}

.acc1 .name p.nam {
  font-size: 30px;
  margin-bottom: 10px;
}

.acc1 .name p.nam span {
  font-size: 16px;
  margin-left: 30px;
}

.acc2 .jine {
  color: #888;
  padding-bottom: 26px;
}

.acc2 .jine p {
  float: left;
  padding-right: 120px;
  line-height: 40px;
}

/* .acc2 .jine p span {
} */

.acc2 .jine p span.money1 {
  font-size: 30px;
  color: #333;
}

.acc2 .jine p span.money1 span {
  font-size: 16px;
}

/* .acc3 {
} */

.acc3 .caozuo {
  padding-bottom: 46px;
}

.acc3 .caozuo a {
  display: block;
  padding: 5px 20px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
}

.acc3 .caozuo span {
  float: left;
  display: block;
  width: 20px;
  height: 40px;
  margin: auto 80px auto 10px;
  background: url($../image/time.jpg) no-repeat center;
  cursor: pointer;
}

.acc3 .caozuo a.chongzhi {
  color: #fff;
  background-color: #f87500;
}

.acc3 .caozuo a.tixian {
  color: #333;
  background-color: #f3f3f3;
}

/* .acc4 {
} */

.acc4 .yhk {
  border: 0;
}

.acc4 .yhk a {
  display: block;
  width: 300px;
  height: 48px;
  border: 1px solid #eff0f1;
  color: #333;
  line-height: 48px;
  background: url($../image/yhk.jpg) no-repeat 60px 14px;
  text-indent: 7em;
}

.yhklist {
  display: block;
  width: 300px;
  height: 48px;
  margin-bottom: 15px;
  margin-left: 190px;
  border: 1px solid #eff0f1 !important;
  color: #333;
  line-height: 48px;
  text-indent: 15px;
  border-radius: 2px;
}

.yhklist:hover,
.yhkbtn:hover {
  border: 1px solid #007bb7 !important;
}

.yhklist img {
  vertical-align: middle;
}

.yhklist a {
  vertical-align: middle;
  margin-left: 15px;
  color: #333;
}

.yhklist span {
  vertical-align: middle;
  margin-left: 15px;
}

.yhkbtn {
  background: url($../image/yhk.jpg) no-repeat 70px 14px #fff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.yhkbtn:hover {
  color: #007bb7;
}

/*注册*/
.register {
  width: 548px;
  height: auto;
  border: 1px solid #e1e1e1;
  margin: 80px auto;
  overflow: hidden;
  padding-bottom: 30px;
}

.registerTitOut {
  width: 510px;
  height: 62px;
  line-height: 62px;
  border-bottom: 6px solid #f3f3f3;
  margin: 10px auto 32px;
}

.registerTit {
  font-size: 24px;
  color: #007bb7;
  border-bottom: 6px solid #007bb7;
  width: 260px;
  height: 62px;
  margin: 0 auto;
  text-align: center;
}

/* .register form {
} */

.register form .reg {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ccc;
  background: url($../image/email.jpg) no-repeat 10px 10px;
  padding-left: 55px;
  color: #333;
  font-family: "微软雅黑";
  font-size: 14px;
  border-radius: 2px;
  width: 395px;
  margin: 15px auto;
}

.register form .reg span {
  display: block;
  float: left;
  width: 60px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: left;
  color: #555;
}

.register form .reg input {
  display: block;
  width: 310px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: #fff;
  margin-bottom: 20px;
  color: #333;
  font-family: "微软雅黑";
  font-size: 14px;
}

.register form .reg.psw {
  background: url($../image/mima.png) no-repeat 10px 10px;
}

.register form .reg input.write {
  background: url($../image/write.png) no-repeat 10px 10px;
}

/* .register form .reg1 {
}

.register form .reg2 {
}

.register form .reg3 {
} */

.register form .reg4 {
  width: 450px;
  margin: 20px auto 10px;
  overflow: hidden;
}

.register form .reg4 input {
  float: left;
  width: 18px;
  height: 18px;
  color: #333;
  margin-top: 1px;
}

.register form .reg4 p {
  float: left;
  margin-left: 10px;
}

.register form .reg4 p a {
  color: #333;
}

.register form .reg4 p a:hover {
  color: #007bb7;
}

.register form .reg5 {
  width: 450px;
  height: 52px;
  padding-left: 0;
  line-height: 52px;
  text-align: center;
  background: #007bb7;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
}

.register form .reg6 {
  display: block;
  width: 395px;
  margin: 10px auto 0;
  text-align: right;
  color: #007bb7;
  border: none;
  background: none;
}

.regimg,
.regmessage {
  width: 450px;
  margin: 15px auto;
  overflow: hidden;
}

.regimg span,
.regmessage span {
  display: block;
  float: left;
  width: 80px;
  height: 50px;
  line-height: 50px;
}

.regimg .imgyanzheng,
.regmessage .imgyanzheng {
  display: block;
  float: left;
  width: 200px;
  height: 48px;
  margin: auto 10px;
  line-height: 48px;
  border: 1px solid #ccc;
  text-indent: 10px;
}

.regimg .yzmpicture img {
  float: left;
  width: 140px;
  overflow: hidden;
}

.regimg .yzmpicture img {
  width: 140px;
}

.regmessage .hqbtn {
  display: block;
  float: left;
  width: 140px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  background: #f3f3f3;
  cursor: pointer;
  margin-left: 0 !important;
}

.regmessage .hqbtn:hover {
  color: #fff;
  background: #ff8300;
}

/*禁用按钮*/
.hqbtn:disabled {
  color: #666;
}

.hqbtn:disabled:hover {
  background: #f3f3f3;
  color: #666;
}

.wrongtips {
  width: 420px;
  margin: auto auto 15px;
  padding: 2px 0 2px 30px;
  background: url($../image/tishi.png) no-repeat left center;
  font-size: 12px;
  color: #fd7700;
}

/*登录*/
.register form .reg7 {
  margin: 10px auto 0;
  text-align: right;
  border: none;
  background: none;
}

.register form .reg7 a {
  color: #007bb7;
  padding-right: 20px;
}

/*tixianlist*/
.deal {
  margin: 60px auto;
}

.deal p {
  text-align: center;
  color: #666;
  font-size: 14px;
}

.deal .deal-btn {
  display: block;
  width: 290px;
  height: 64px;
  margin: 35px auto;
  text-align: center;
  line-height: 64px;
  font-size: 24px;
  color: #fff;
  background: url($../image/mydealbtnbg.png) no-repeat center;
}

/* .deal-content {
} */

.deal-content .tixian-nav {
  height: 80px;
  border-top: 1px solid #f3f3f3;
  background: url($../image/navbg.png) repeat-x center bottom;
}

.deal-content .tixian-nav li {
  float: left;
  width: 539px;
  height: 50px;
  margin: 10px auto;
  border-right: 1px solid #f3f3f3;
  cursor: pointer;
}

.deal-content .tixian-nav li span {
  display: block;
  height: 64px;
  width: 256px;
  margin: auto;
  line-height: 64px;
  border-bottom: 6px solid #f3f3f3;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.deal-content .tixian-nav li.on {
  float: left;
  width: 538px;
  height: 50px;
}

.deal-content .tixian-nav li.on span {
  border-bottom: 6px solid #007bb7;
  color: #007bb7;
}

.deal-content .tixian-nav li.noline-r {
  border-right: 0;
}

/*setting 账号设置*/
.setting {
  width: 590px;
  overflow: hidden;
  margin: 0 auto 60px;
  clear: both;
}

.setting .tishi,
.giftdetail .payfoedetail .tishi {
  background: url($../image/tishi.png) no-repeat left center;
  padding-left: 28px;
  color: #fd7700;
  margin: 40px 0 30px;
}

/* .setting form {
} */

.setting form .set {
  height: 42px;
  line-height: 42px;
  color: #555;
  margin-bottom: 20px;
}

.setting form .set span {
  display: block;
  float: left;
  width: 90px;
  color: #999;
  text-align: right;
  margin-right: 30px;
}

.setting form .set input,
.setting form .set select {
  width: 424px;
  height: 40px;
  border: 1px solid #ddd;
  text-indent: 20px;
  line-height: 40px;
  color: #555;
  background: #fff;
  border-radius: 4px;
}

/* .setting form .set select {
}

.setting form .set.set4 {
} */

.setting form .set.set4 input {
  margin-left: 120px;
  width: 154px;
  height: 46px;
  background: #007bb7;
  text-indent: 0;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  padding-left: 0;
  border: 0;
  color: #fff;
  border-radius: 4px;
}

.tab_box .hide {
  display: none;
}

/*help 帮助*/
.helpLeft {
  width: 230px;
  margin: 30px 40px 80px 15px;
}

.helpLeft .detailOut {
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 20px;
}

.helpLeft .detailOut .det {
  width: 230px;
  height: 45px;
  line-height: 40px;
  text-indent: 50px;
  font-size: 20px;
  color: #007bb7;
  background: url($../image/icon.png) 0 -82px no-repeat;
  /*border-top:1px solid #999;background:url($../image/help1.jpg) no-repeat 219px;*/
}

.helpLeft .detailOut .det.we {
  background-position: 6px -76px;
}

.helpLeft .detailOut .det.help {
  background-position: 6px -116px;
}

/* .helpLeft .detailOut .det.det1 {
  background:url($../image/help2.jpg) no-repeat 219px;
} */

.helpLeft .detailOut .det.last {
  border-bottom: 2px solid #999;
}

.helpLeft .detailOut ul {
  margin-bottom: 20px;
}

.helpLeft .detailOut ul li {
  width: 230px;
  height: 50px;
  line-height: 50px;
  text-indent: 50px;
}

.helpLeft .detailOut ul li a {
  display: block;
  color: #555;
}

.helpLeft .detailOut ul li a:hover {
  color: #007bb7;
}

.helpLeft .detailOut ul li.current1 {
  background: #f5f8f9;
  border-right: 6px solid #007bb7;
}

.helpLeft .detailOut ul.on1 {
  display: block;
}

.helpRight {
  width: 760px;
  padding-left: 20px;
  margin-top: 35px;
  font-size: 14px;
  overflow: hidden;
}

.helpRight .helpRightTop a {
  display: block;
  color: #666;
  margin: 30px auto;
}

.helpRight .helpRightTop a:hover {
  color: #007bb7;
}

/*分页*/
.pages {
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
}

.pages a {
  display: inline-block;
  padding: 10px 20px;
  color: #666;
  border-radius: 2px;
  border: 1px solid #d8dadf;
  margin-right: 20px;
}

.pages a:hover {
  border: 1px solid #007bb7;
  background: none;
  color: #007bb7;
}

.pages a.on {
  border: 1px solid #007bb7;
  background: #007bb7;
  color: #fff;
}

.pages a.shouye,
.helpRight .pages a.weiye {
  padding: 10px 28px;
}

.adcontent {
  width: 1000px;
  margin: auto;
}

.cream {
  width: 1080px;
  margin: 10px auto 10px auto;
  height: 50px;
  line-height: 50px;
  color: #999;
}

.cream a {
  color: #999;
}

.cream a.home {
  display: inline-block;
  padding-left: 25px;
  background: url(../image/homeico.png) center left no-repeat;
}

.cream span {
  height: 50px;
  line-height: 50px;
  color: #333;
}

/* .article_con {
} */

.artical_time {
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  text-align: right;
}

.article_con h1 {
  margin: 30px auto;
  line-height: 40px;
  color: #333;
  font-size: 28px;
  text-align: center;
}

.article_con p {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  text-indent: 2em;
}

/*帮助没登录状态*/
.loginTrade1 a {
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  margin-top: 17px;
  color: #999;
}

.loginTrade1 .zhuce {
  color: #fff;
  background: #36bdf5;
}

.loginTrade1 .zhuce:hover {
  background: #007bb7;
}

.loginTrade1 .denglu:hover {
  color: #007bb7;
}

/*付款弹窗*/
.lwxq {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 3000px;
  width: 100%;
  background: url($../image/bgblack.png) repeat;
  z-index: 1001;
}

.giftdetail {
  position: relative;
  top: 150px;
  width: 500px;
  height: auto;
  padding-bottom: 30px;
  margin: auto;
  background: #fff;
  border: #ccc;
}

.giftdetail .title {
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  background: #f3f3f3;
  color: #222;
  font-size: 16px;
}

.giftdetail .payfoedetail {
  padding: 30px 50px;
}

.giftdetail .payfoedetail .price1 {
  color: #999;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}

.giftdetail .payfoedetail .price2 {
  height: 80px;
  line-height: 80px;
  font-size: 60px;
  color: #ff4d00;
}

.giftdetail .payfoedetail .price2 span {
  font-size: 30px;
}

.giftdetail .payfoedetail .tishi {
  margin: 20px auto;
  font-size: 13px;
}

.giftdetail .payfoedetail .jine,
.giftdetail .payfoedetail .jinjieinput {
  width: 380px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
}

.giftdetail .payfoedetail .jine span,
.giftdetail .payfoedetail .jinjieinput span {
  color: #999;
}

.jinjieinput input {
  margin-left: 10px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.giftdetail .payfoedetail .jine b {
  height: 44px;
  width: 200px;
  margin-left: 10px;
  line-height: 46px;
  border: none;
  color: #333;
  font-size: 14px;
}

.giftdetail .payfoedetail .payforbtn {
  margin-top: 15px;
}

.giftdetail .payfoedetail .payforbtn .pay1 {
  display: block;
  float: left;
  width: 120px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  background: #007bb7;
  border: none;
  color: #fff;
  cursor: pointer;
}

.giftdetail .payfoedetail .payforbtn .pay2 {
  background: #f3f3f3;
  color: #333;
}

.rightclose {
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}

.rightclose img {
  display: block;
  width: 35px;
  height: 35px;
}

/*withdrawals 申请提现*/
.withdrawals {
  padding: 80px 100px;
}

.withdrawals .wit,
.tysearch .wit2 {
  height: 42px;
  line-height: 42px;
  color: #555;
  margin-bottom: 24px;
}

.withdrawals .wit span {
  display: block;
  float: left;
  width: 90px;
  color: #999;
  text-align: right;
  margin-right: 30px;
}

.withdrawals .wit input,
.withdrawals .wit .xzyhk,
.withdrawals .wit2 select,
.withdrawals .wit textarea {
  width: 424px;
  height: 40px;
  border: 1px solid #ddd;
  text-indent: 20px;
  line-height: 40px;
  color: #555;
  font-size: 14px;
  background: #fff;
  border-radius: 4px;
  float: left;
}

.withdrawals .wit .xzyhk {
  background: url($../image/yhk_xiala.jpg) no-repeat 406px 15px;
  cursor: pointer;
}

.withdrawals .wit.wit2 {
  margin-bottom: 0;
}

.withdrawals .wit2 select {
  background: url($../image/yhk_xiala.jpg) right center no-repeat;
}

.withdrawals .wit2 select {
  height: 20px \9;
  padding: 10px 5px 10px 15px \9;
  width: 404px \9;
}

.withdrawals .tixian {
  display: block;
  width: 116px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #007bb7;
  border-radius: 4px;
  margin: 30px 0 24px 120px;
}

.withdrawals .tishi {
  margin-left: 120px;
  color: #ff9424;
}

/*tixian 提现记录 充值记录*/
.deal-content .deal-nav.deal-nav1 {
  margin-top: 20px;
}

.deal-content .deal-nav.deal-nav1 li {
  float: left;
  width: 539px;
  height: 50px;
  margin: 10px auto;
  border-right: 1px solid #f3f3f3;
}

.deal-list td.num.num1,
.deal-list th.num.num1 {
  width: 240px;
}

.deal-list td.price.price1,
.deal-list th.price.price1 {
  width: 200px;
}

.deal-list td.icon.icon1,
.deal-list th.icon.icon1 {
  width: 100px;
}

/*recharge 充值*/
.recharge {
  padding: 60px;
  font-size: 14px;
  color: #999;
}

.recharge .shuoming {
  color: #333;
  margin-bottom: 30px;
}

.recharge .yhk {
  background: url($../image/yhk.png) no-repeat left center;
  padding: 10px 34px;
}

.recharge .yhk span {
  font-size: 14px;
}

.recharge .yhk span.kahao,
.recharge .phone_service span.kahao,
.recharge .qq_service1 span.kahao,
.recharge .qq_service2 span.kahao {
  color: #111;
}

.recharge .yhk span.username,
.recharge .phone_service span.username,
.recharge .qq_service1 span.username,
.recharge .qq_service2 span.username {
  color: #555;
}

.recharge .phone_service {
  background: url($../image/phone_service.png) no-repeat 0 42px;
  padding: 40px 34px 13px;
}

.recharge .qq_service1 {
  background: url($../image/qq_service.png) no-repeat left center;
  padding: 10px 34px;
}

.recharge .qq_service2 {
  padding: 13px 34px;
}

/*错误提示、成功提示页面*/
.tipage {
  padding: 60px 0;
  width: 600px;
  margin: auto;
}

.wrongtip {
  float: left;
}

.wrongtip img {
  width: 200px;
}

.wrongtxt {
  float: left;
  margin: 50px auto auto 50px;
}

.wrongtxt h1 {
  font-size: 40px;
  margin: 10px auto 20px auto;
}

.wrongtxt h4 {
  font-size: 18px;
  margin: 10px auto 20px auto;
  font-weight: normal;
  color: #555;
}

.wrongtxt p {
  font-size: 14px;
  margin: 10px auto 20px auto;
}

.wrongtxt p a {
  color: #01acf2;
}

/*2 16经纪人修改*/
.jjr_list .jjr_intro .intro {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  padding-left: 25px;
  background: url($../image/icon.png) no-repeat;
}

.jjr_list .jjr_intro .intro.qq {
  background-position: 0px 6px;
}

.jjr_list .jjr_intro .intro.qq a {
  display: inline-block;
  padding: 1px 5px;
  margin-left: 10px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #4dbeff;
  color: #4dbeff;
  border-radius: 4px;
}

.jjr_list .jjr_intro .intro.qq a:hover,
.jjr_list.sc .jjr_list_z .intro.qq a:hover,
.jjr_list.gc .jjr_list_z .intro.qq a:hover {
  background: #fe0000;
  color: #fff;
  border: 1px solid #fe0000;
}

.jjr_list .jjr_intro .intro.dh {
  background-position: 2px -20px;
}

.jjr_list .jjr_intro .intro.yx {
  background-position: 1px -43px;
}

.jjr_list .jjr_intro .title em {
  display: inline-block;
  margin-left: 5px;
  padding: 4px 6px;
  line-height: 14px;
  border-radius: 4px;
  background: #007bb7;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  vertical-align: middle;
}

.jjr_list .jjr_intro .title em.sc {
  background: #4bbc00;
  border: 1px solid #4bbc00;
}

.jjr_list .jjr_intro .title em.gc {
  background: #fc932a;
  border: 1px solid #fc932a;
}

.jjr_main.news {
  background: none;
  padding: 29px 0;
  width: 892px;
  margin: auto;
}

.jjr_list .jjr_list_z.rg {
  float: right;
}

.jjr_list .jjr_list_z:hover {
  /*box-shadow:0px 12px 24px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 12px 24px 2px rgba(0,0,0,0.1);box-shadow:0px 12px 24px 2px rgba(0,0,0,0.1);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);-webkit-transition: all 0.2s linear;transition: all 0.2s linear; border-color:#fff; margin-top:-5px; margin-bottom:25px; */
  border: 1px solid #007bb7;
}

.jjr_list.gc .jjr_list_z:hover {
  border: 1px solid #fc932a;
}

.jjr_list.sc .jjr_list_z:hover {
  border: 1px solid #4bbc00;
}

.jjr_list.gc .jjr_list_z .intro.qq a {
  border: 1px solid #fc932a;
  color: #fc932a;
}

.jjr_list.sc .jjr_list_z .intro.qq a {
  border: 1px solid #4bbc00;
  color: #4bbc00;
}

/*.jjr_list.gc .jjr_list_z .intro.qq a:hover{background:#fc932a;color:#fff;border:1px solid #fc932a;}
.jjr_list.sc .jjr_list_z .intro.qq a:hover{background:#fe0000;color:#fff;border:1px solid #fe0000;}*/
.tsjybox {
  width: 895px;
  height: 192px;
  background: url(../skin_img/tsjy_bj.png) no-repeat -1px -2px;
  margin-top: 40px;
}

.jylist {
  width: 190px;
  float: right;
  margin-top: 34px;
}

.jylist p {
  line-height: 30px;
  font-size: 15px;
  color: #666;
  height: 30px;
  overflow: hidden;
}

.jylist p a {
  display: block;
  width: 58px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #4dbeff;
  border: 1px solid #4dbeff;
  border-radius: 4px;
  margin-top: 5px;
}

.jylist p a:hover {
  background: #4dbeff;
  color: #fff;
}

/*域名经纪人*/
/* .jjr_main {
} */

/* .jjr_list {
  overflow:hidden;
} */

.jjr_list .jjr_list_z {
  float: left;
  width: 308px;
  padding: 10px;
  height: 135px;
  margin-right: 15px;
  margin-bottom: 40px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.jjr_list .jjr_list_z .kuang {
  margin-top: 5px;
}

/*.jjr_list .jjr_list_z.hover .kuang{ border:1px solid #ff8018;}*/
.jjr_list .jjr_list_z .jjr_img {
  width: 100px;
  height: 135px;
  float: left;
}

.jjr_list .jjr_list_z .jjr_img img {
  width: 100%;
  height: 100%;
}

.jjr_list .jjr_list_z .jjr_intro {
  width: 200px;
  float: right;
  height: 100%;
}

.jjr_list .jjr_intro .title {
  font-size: 24px;
  color: #222;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  margin-bottom: 7px;
  margin-top: -5px;
}

.helpRight h4.jjr {
  height: 16px;
  line-height: 16px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  padding-left: 10px;
  border-left: 4px solid #666;
}

/*.jjr_list .jjr_intro .qq a:hover{ background:#43c778 url(../skin_img/gsjj.png) no-repeat -574px -112px; color:#fff;}*/
/* .jjr_list .jjr_intro .intro {
} */

.top_bt .error_tips {
  float: left;
  margin-left: 5px;
  color: #ff5b33;
  font-size: 14px;
  line-height: 37px;
  display: none;
  position: absolute;
  right: -110px;
  top: 15px;
}

.zwjg {
  padding: 150px 0 200px 0;
  color: #e5e5e5;
  font-size: 50px;
  text-align: center;
}

/*联系我们*/
/* .boxRight {
} */

/*公司简介*/
.w_pic_list {
  padding: 0;
  padding-right: 15px;
}

.w_pic_list dl dt {
  padding: 15px 0;
  background: none;
  width: 100%;
  float: left;
  font-size: 18px;
}

.w_pic_list dl dt span {
  float: left;
}

.w_pic_list dl dt .gy {
  font-size: 24px;
  color: #333;
}

.w_pic_list dl dt .gyy {
  font-size: 20px;
  color: #c0c0c0;
  line-height: 80px;
}

.w_pic_list dl dd {
  float: left;
  width: 760px;
  font-size: 14px;
  color: #666;
  line-height: 35px;
  height: auto;
}

.wg_main {
  background: none;
  margin-bottom: 60px;
}

.w_pic_list dl.sec dd p {
  line-height: 35px;
}

.w_pic_list dl.sec dd p span {
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  color: #fff;
  background: #c0c0c0;
  margin-top: 6.5px;
  margin-right: 10px;
}

/* .about-wo {
} */

.about-wo h3 {
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
}

.about-wo h3 span {
  font-size: 20px;
  color: #c0c0c0;
}

.about-wo p {
  font-size: 14px;
  color: #666;
  line-height: 35px;
}

.activity {
  margin-top: 40px;
  margin-bottom: 60px;
}

.activity h3 {
  margin-bottom: 34px;
}

.activity p.comImg {
  margin-top: 20px;
}

.activity p {
  text-align: center;
}

/* .gsnewslist {
} */

.gsnewslist li {
  height: 30px;
  line-height: 30px;
}

/* .gsnewslist li a {
} */

/*历史发展*/
.historylist {
  margin-top: 35px;
}

.historylist .fazhan-list {
  padding: 10px 0;
  font-size: 13px;
  background: url($../image/bghistory1px.jpg) 100px 0 repeat-y;
}

.historylist .fazhan-list dt {
  display: inline-block;
  width: 100px;
  padding: 12px 0;
  height: auto;
  font-size: 14px;
  line-height: 1em;
  color: #aaa;
}

.historylist .fazhan-list dd {
  position: relative;
  display: inline-block;
  font-size: 13px;
}

.historylist .fazhan-list dd.bgline {
  width: 30px;
}

.historylist .fazhan-list dd.bgline b {
  position: absolute;
  top: 15px;
  left: -5px;
  display: block;
  width: 12px;
  height: 12px;
  background: url($../image/bghistory.jpg) center no-repeat;
}

.historylist .fazhan-list dd.txt {
  width: 620px;
  margin-left: 25px;
}

.historylist img {
  width: 100%;
}

/*jianjie-2*/
/* .jianjie-2 {
} */

/* .jianjie-2 .jianjie-txt {
} */

.jianjie-2 .jianjie-txt a {
  display: inline-block;
  width: 210px;
  height: 140px;
  vertical-align: middle;
}

.jianjie-2 .jianjie-txt p {
  display: inline-block;
  width: 500px;
  margin-left: 20px;
  font-size: 13px;
  line-height: 26px;
  vertical-align: middle;
}

/*经典案例*/
/* .jianjie-3 {
}

.jianjie-3 ul {
} */

.jianjie-3 ul li {
  float: left;
  width: 31%;
  height: 140px;
  background: #f7f7f7;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.jianjie-3 ul li a {
  display: block;
  text-align: center;
  height: 140px;
  line-height: 140px;
}

.jianjie-3 ul li a img {
  vertical-align: middle;
}

/*诚聘英才*/
/* .jianjie-4 {
} */

.liypbtn {
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  background: #ff9900;
  border-radius: 2px;
}

/*联系方式*/
.iw_poi_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/*网站、域名详情页*/
.dndetail-l {
  position: relative;
  float: left;
  width: 730px;
  padding: 15px;
}

.dndetail-l h1 {
  height: 70px;
  line-height: 70px;
  background: #f9f9f9;
  font-weight: normal;
}

.dndetail-l h1 span {
  display: inline-block;
  margin-left: 20px;
  padding-left: 40px;
  font-size: 32px;
  background: url($../image/icon.png) no-repeat -54px -500px;
  overflow: hidden;
  height: 70px;
}

.dndetail-l .dnms {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}

.dndetail-l .dnms p {
  margin: 15px auto 15px 25px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
}

.dndetail-l .dnms p b {
  float: left;
  display: inline-block;
  color: #222;
  font-weight: normal;
}

.dndetail-l .dnms p span {
  max-width: 80%;
  display: inline-block;
  color: #666;
  overflow: hidden;
}

/* .priceandeq {
} */

.dn-js {
  float: left;
  width: 100%;
  max-width: 100%;
}

.priceXq {
  width: 100%;
  float: left;
  margin: 15px auto 15px 25px;
}

.priceXq p {
  margin: 10px auto;
  color: #8a8a8a;
}

.priceXq h3 {
  margin: 10px auto;
  font-size: 40px;
  color: #ff9900;
  font-weight: normal;
  text-indent: -7px;
}

.priceXq label {
  display: block;
  margin: 10px auto;
}

/* .priceXq label input {
} */

.priceXq label a {
  color: #007bb7;
}

.priceXq .lxjjr {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  margin: 10px auto;
  width: 260px;
  height: 54px;
  line-height: 54px;
  font-size: 26px;
  background: #ff9900;
}

.priceXq .lxjjr:hover {
  background: #f60;
}

.knockdown {
  float: right;
  margin: 15px auto 15px 25px;
}

.knockdown h2 {
  height: 40px;
  padding: 5px 0;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

.knockdown h2 i {
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 5px;
  background: url($../image/icon.png) no-repeat 0 -332px;
  vertical-align: middle;
}

.knockdown table {
  width: 300px;
  border: 1px solid #f0f0f0;
}

.knockdown table tr {
  height: 44px;
}

.knockdown table tr:first-child {
  background: #f9f9f9;
}

.knockdown table tr td,
.knockdown table tr th {
  padding: 0 5px 0 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.knockdown table tr td {
  border-bottom: 1px solid #f0f0f0;
}

.knockdown table tr:last-child td {
  border-bottom: none;
}

/*域名详情页左边栏目-box*/
.dn-pricefx {
  margin: 15px auto;
}

.dn-pricefx h2 {
  font-size: 14px;
  height: 46px;
  line-height: 46px;
}

.dn-pricefx h2 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url($../image/icon.png) no-repeat 0 -561px;
  vertical-align: middle;
}

.dn-pricefx .dnfx-box {
  padding: 15px;
  border: 1px solid #dedede;
}

/*域名详情价格分析*/
.wdiv {
  margin-bottom: 13px;
  position: relative;
}

/* .ymi {
} */

.ymi .ymit h2 {
  color: #666;
  margin-right: 10px;
  font-size: 22px;
  display: inline-block;
  float: left;
  font-weight: normal;
}

.hqtop {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.hqtop .iconfont {
  color: #999;
  font-size: 16px;
  cursor: pointer;
  float: left;
  font-weight: 400;
}

.hqtop .iconfont:hover {
  color: #e84546;
}

.ymi .ymit .state {
  color: #92a0ac;
  font-size: 12px;
  padding-left: 10px;
  font-weight: normal;
  float: left;
}

.ymi .ymit .price {
  margin: 10px auto;
  color: #333;
}

.ymi .ymit .price strong {
  font-size: 48px;
  line-height: 50px;
  margin-right: 20px;
  font-weight: 500;
}

.ymi .ymit .price strong span {
  font-size: 48px;
  line-height: 50px;
}

.ymi .ymit .price span {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
}

.ymi .content {
  margin-top: 7px;
  border-top: 1px solid #dedede;
  padding: 7px 0;
  font-size: 13px;
}

.ymi .content dl {
  float: left;
  width: 11%;
  line-height: 24px;
}

.ymi .content dt {
  color: #92a0ac;
}

.ymi .content dd {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.ymi .stock-add {
  position: absolute;
  top: 8px;
  right: 18px;
  width: 280px;
}

.ymi .stock-add .hint {
  float: right;
  margin: 4px 0 17px 0;
  color: #707f8b;
  font-size: 12px;
  height: 18px;
}

.ymi .stock-add button,
.ymi .stock-add .abutton {
  float: right;
  width: 130px;
  height: 35px;
  line-height: 35px;
  background-color: #f93;
  border: 0;
  padding: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  overflow: visible;
}

.ymi .stock-add button:hover,
.ymi .stock-add .abutton:hover {
  background: #f60;
}

.ymi .stock-add button i.iconfont,
.ymi .stock-add .abutton i.iconfont {
  margin-right: 6px;
}

/*行情走势*/
.tlist {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}

.tlist a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #555;
  margin: 0 0 0 15px;
  padding: 0 8px;
  line-height: 40px;
}

.tlist a:hover {
  border-bottom: 3px solid #fc4b4b;
  height: 37px;
  line-height: 37px;
  color: #333;
}

.tlist a.on {
  border-bottom: 3px solid #e84546;
  color: #e84546;
  height: 37px;
  line-height: 37px;
}

/*域名表格*/
.table {
  font: 14px "\5FAE\8F6F\96C5\9ED1", "Arial Narrow", HELVETICA;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  /*border-top:1px solid #e84546;*/
}

.table > thead > tr:first-child > td,
.table > thead > tr:first-child > th,
.table > thead > tr:first-child > td,
.table > thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.tablew > thead > tr > th.tdl1,
.tablew > tbody > tr > td.tdl1 {
  text-align: left;
  padding: 10px 0 10px 16px;
}

.tablel > tbody > tr > td,
.tablel > thead > tr > th {
  text-align: left;
}

.tablew > thead > tr > th {
  background: #fff;
  border-bottom: 1px solid #ddd;
  color: #666;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e3e3e3;
}

.table tbody tr.even {
  background-color: #fbfbfb;
}

.tablew > thead > tr > th.tdl1,
.tablew > tbody > tr > td.tdl1 {
  text-align: left;
  padding: 10px 0 10px 16px;
}

.tablel > tbody > tr > td,
.tablel > thead > tr > th {
  text-align: left;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  padding: 10px 8px;
  border-top: 1px solid #ebebeb;
  color: #666;
}

#mytable thead .pr5 {
  cursor: pointer;
  color: #1e55cc;
}

.hqr {
  color: #f42323 !important;
}

.hqg {
  color: #65ac46 !important;
}

.hqtop .iconfont {
  color: #999;
  font-size: 16px;
  cursor: pointer;
  float: left;
  font-weight: 400;
}

.iconfont {
  font-size: 14px;
  width: 18px;
  display: inline-block;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.jin {
  position: absolute;
  right: 17px;
  top: 20px;
  font: 12px "Microsoft Yahei";
  padding: 4px 5px 4px 5px;
  background: #efefef;
  color: #b3b3b3;
  cursor: pointer;
  border-radius: 3px;
  transition: background-color 0.25s;
  line-height: 16px;
  vertical-align: bottom;
}

.color-hui {
  background-color: #eaeaea;
  color: #a7a7a7;
}

/*灰色按钮*/
.sel {
  background-color: #e87979;
  color: #fff;
}

.sel:hover {
  background-color: #e84546;
  color: #fff;
}

/*dn-r*/
.dndetail-r {
  float: right;
  width: 270px;
  padding: 15px;
}

.dndetail-r h1 {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background: #f9f9f9;
  text-align: center;
}

.dndetail-r .qqlist {
  padding-bottom: 10px;
  border: 1px solid #dedede;
  border-top: none;
}

.dndetail-r .qqlist .QQlx {
  padding: 10px 10px 5px;
  width: 260px;
}

.dndetail-r .qqlist .QQlx a {
  display: inline-block;
  height: 40px;
  width: 75px;
  padding-left: 40px;
  margin-right: 10px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url($../image/icon.png) no-repeat 10px -383px;
}

.dndetail-r .qqlist .telnum,
.dndetail-r .qqlist .emailnum {
  padding: 5px 10px;
}

.dndetail-r .qqlist .telnum a,
.dndetail-r .qqlist .emailnum a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 205px;
  padding-left: 40px;
  color: #333;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url($../image/icon.png) no-repeat -195px 9px;
}

.dndetail-r .qqlist .emailnum a {
  background-position: -195px -26px;
}

.cjquestion {
  margin-top: 20px;
}

.cjquestion p {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cjquestion p a {
  color: #333;
}

.cjquestion p a:hover {
  color: #007bb7;
}

.jyflow {
  clear: both;
  margin: auto;
  padding-top: 40px;
}

/* .jyflow h1 {
} */

.jyflow h1 span {
  background: url($../image/icon.png) no-repeat -260px -70px;
}

.jyflow .processimg {
  width: 100%;
  height: 128px;
  margin: 10px auto 15px;
  text-align: center;
  background: url($../image/liucheng3.png) no-repeat center;
}

/*网站域名列表样式*/
.filterbox {
  border: 1px solid #ddd;
  border-top: 3px solid #1988be;
}

.filterbox .filtercontent {
  padding: 0 15px;
}

.filterbox .filtercontent .filterlist1 {
  position: relative;
  padding: 12px 0;
  border-bottom: 1px dashed #ededed;
}

.filterbox .filtercontent .filterlist1 span {
  float: left;
  display: block;
  padding: 14px 20px 8px 0;
  color: #aaa;
}

.filterbox .filtercontent .filterlist1 .tagcloud {
  float: left;
  width: 1000px;
}

.filterbox .filtercontent .filterlist1 .tagcloud a {
  display: inline-block;
  margin: 1px;
  vertical-align: middle;
}

.filterbox .filtercontent .filterlist1 .tagcloud a span {
  display: inline-block;
  padding: 8px 15px;
  margin: 0px 10px 5px 0;
  border: 1px solid #fff;
  color: #444;
  border-radius: 2px;
  vertical-align: middle;
}

.filterbox .filtercontent .filterlist1 .tagcloud a span:hover,
.filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a.on span {
  border: 1px solid #007bb7;
  color: #007bb7;
}

.filterbox .filtercontent .filterlist1 .tagcloud a.on {
  padding: 0;
  position: relative;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #fafafa;
  background: #fafafa;
  color: #007bb7;
  z-index: 100;
}

.filterbox .filtercontent .filterlist1 .tagcloud a.on span {
  margin-right: 0;
  border: none;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput {
  display: inline-block;
  vertical-align: middle;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input {
  height: 31px;
  width: 140px;
  border: 1px solid #b1b3b3;
  background: none;
  text-indent: 10px;
  font-size: 14px;
  border-radius: 2px;
  line-height: 31px;
}

.filterbox .filtercontent .filterlist3 .tagcloud .taginput input {
  width: 300px;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input:first-child {
  padding-left: 15px;
  background: url($../image/pentxt.png) 5px center no-repeat;
  float: left;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input:last-child {
  width: 60px;
  height: 33px;
  margin-left: 5px;
  background-color: #f8f8f8;
  color: #222;
  text-indent: 0px;
  cursor: pointer;
}

.filterbox
  .filtercontent
  .filterlist1
  .tagcloud
  .taginput
  input:last-child:hover {
  background-color: #f1f1f1;
  color: #111;
  text-indent: 0px;
  cursor: pointer;
}

/*zrq add*/
.filterbox .filtercontent .filterlist1 .tagcloud .taginput input.zr-sure {
  width: 60px;
  height: 33px;
  margin-left: 5px;
  background-color: #f8f8f8;
  color: #222;
  text-indent: 0px;
  cursor: pointer;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input.zr-sure:hover {
  background-color: #f1f1f1;
  color: #111;
  text-indent: 0px;
  cursor: pointer;
}

/*zrq add end*/
.filterbox .filtercontent .filterlist1.filterlist3 {
  border-bottom: none;
}

.filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a {
  margin: 5px 0px 5px 0;
  border: none;
  color: #007bb7 !important;
}

.filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a.on {
  padding: 0;
  background: none;
  margin-right: 10px;
}

.filterbox .filtercontent .filterlist1 span.searchbj {
  padding: 10px 20px 8px 0;
}

.filterbox .filtercontent .filterlist2 .tagcloud .taginput input {
  width: 60px;
}

.filterbox .filtercontent .filterlist2 .tagcloud .taginput input:first-child {
  padding-left: 0;
  background: none;
}

.tagselect {
  position: relative;
  top: -2px;
  clear: both;
  width: 600px;
  margin-left: 46px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
}

.tagselect a {
  display: inline-block;
  padding: 8px 15px;
  margin: 10px 0;
  border-radius: 2px;
}

.tagselect a.now {
  border: 1px solid #007bb7;
  color: #007bb7;
}

.sortfs {
  padding: 12px;
  margin-bottom: 0 !important;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-bottom: none;
}

.sortfs a {
  display: inline-block;
  padding: 8px 20px;
  margin-right: 10px;
  margin-top: 7px;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
}

.sortfs a:hover {
  color: #007bb7;
  border: 1px solid #007bb7;
}

.sortfs a.on {
  border: 1px solid #007bb7;
  background: #007bb7;
  color: #fff;
}

.sortfs a:last-child img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*.domain .dn-left .dn-hot, .domain .site-right .site-hot{border-top:1px solid #ddd !important;}*/
.sortfs h2 {
  height: 37px;
  line-height: 37px;
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
}

.sortfs h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.sortfs.sortfs-tj a {
  float: right;
  padding: 8px 0;
  margin-top: 3px;
  margin-right: 0;
  border: none;
  background: none;
}

.dnlist .domain .dn-left .title,
.dnlist .domain .site-right .title,
.jyflow .title {
  margin-top: 20px;
}

.dnlist .domain .site-right .dnhot table tr td h2 b {
  color: #007bb7 !important;
}

.sitelist .sortfs a.on {
  border: 1px solid #4bbc00;
  background: #4bbc00;
  color: #fff;
}

.sitelist .sortfs a:hover {
  color: #4bbc00;
  border: 1px solid #4bbc00;
}

.sitelist .domain .site-right .site-hot table tr td div,
.sitelist .domain .dn-left .dn-hot table tr td div {
  border: 3px solid #4bbc00 !important;
}

.sitelist.dnlist .domain .site-right .dnhot table tr td h2 b {
  color: #4bbc00 !important;
}

.sitelistbox.filterbox {
  border-top: 3px solid #4bbc00;
}

.sitelistbox.filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a {
  color: #307503;
}

.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a:hover,
.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a.on {
  border: 1px solid #4bbc00;
  color: #307503;
}

.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a.on:hover {
  border: 1px solid #4bbc00;
}

.sitelistbox.filterbox .filtercontent .filterlist2 .tagcloud a:hover {
  border: none;
  color: #307503;
}

.dnlistgreen .pages a:hover {
  color: #4bbc00;
  border: 1px solid #4bbc00;
  background: none;
}

.dnlistgreen .pages a.on {
  border: 1px solid #4bbc00;
  background: #4bbc00;
  color: #fff;
}

/*公众号*/
.gzhbox .filterlist1 .tagcloud a span:hover {
  border-color: #f90 !important;
  color: #f90 !important;
}

.gzhbox {
  border-top: 3px solid #f90;
}

.gzhbox .filterlist1 .tagselect a.now,
.gzhbox .filtercontent .filterlist1.filterlist2 .tagcloud a.on span {
  border: 1px solid #f90;
  color: #f90;
}

.gzhbox .filterlist1 .tagselect a:hover {
  color: #f90;
}

.gzhlist .sortfs a.on {
  border: 1px solid #f90;
  background: #f90;
  color: #fff;
}

.gzhlist .sortfs a.on:hover {
  background: #f90 !important;
  color: #fff !important;
}

.gzhlist .dn-left .sortfs a:hover {
  border: 1px solid #f90;
  background: #fff;
  color: #f90;
}

/* .gzhlist .dn-left {
} */

.gzhlist .domain .dn-left .dn-hot table tr td div,
.gzhlist .domain .site-right .site-hot table tr td div {
  border-color: #f90;
}

/*充值付款*/
.dndetail-le {
  width: 810px;
}

.dndetail-l.dndetail-le h1 span {
  background: url($../image/icon.png) no-repeat -260px -146px;
}

.dndetail-l .dnms.dnms1 {
  border: none;
}

.dndetail-l .dnms.dnms1 p {
  margin: 0;
}

.dndetail-l .dnms.dnms1 p.chongzhi1 {
  color: #444;
  margin-bottom: 30px;
}

.dndetail-l .dnms.dnms1 p.chongzhi2 {
  color: #333;
  margin-bottom: 10px;
  background: url($../image/icon.png) no-repeat -263px -235px;
  padding-left: 22px;
}

.dndetail-l .dnms.dnms1 p.chongzhi3 {
  color: #777;
}

.dndetail-l .dnms.dnms1 p.chongzhi2 span {
  color: #ff982c;
  margin-right: 5px;
}

.dndetail-l .dnms.dnms1 p.chongzhi4 {
  margin-top: 0px;
}

.dndetail-le .zhaohang {
  position: relative;
  left: 5px;
  width: 800px;
  height: 190px;
  border: 1px dashed #ececec;
  border-radius: 15px;
}

.dndetail-le .zhaohang .zhaohang_logo {
  width: 266px;
  height: 70px;
  background: url($../image/cz_yhk_add.png) no-repeat 0 0;
  margin: 60px 24px 40px 50px;
}

.dndetail-le .zhaohang .det {
  margin-top: 30px;
}

.dndetail-le .zhaohang .det .send-btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dcdcdc;
  margin-left: 10px;
  border-radius: 5px;
}

.dndetail-le .zhaohang .hk-tips {
  margin: 10px 0 5px;
  font-size: 14px;
  font-weight: lighter;
  color: #999;
}

.dndetail-le .zhaohang p {
  font-size: 14px;
  color: #777;
  line-height: 26px;
}

.dndetail-le .zhaohang p span {
  color: #000;
}

.dndetail-le .yka_det {
  height: auto;
  overflow: hidden;
  margin: 40px auto;
  padding: 0 25px;
}

.dndetail-le .yka_det li {
  float: left;
  padding: 5px 65px;
}

.dndetail-le .yka_det li.yhk_left {
  border-right: 1px solid #ececec;
}

.dndetail-le .yka_det li.yhk_right,
.dndetail-le .yka_det li.yhk_left1 {
  border-bottom: 1px solid #ececec;
}

.dndetail-le .yka_det li .yhk_logo {
  width: 236px;
  height: 45px;
  border-bottom: 1px dashed #ececec;
}

.dndetail-le .yka_det li .yhk_logo1 {
  background: url($../image/cz_yhk.png) no-repeat 0 -92px;
}

.dndetail-le .yka_det li .yhk_logo2 {
  background: url($../image/cz_yhk.png) no-repeat 0 -205px;
}

.dndetail-le .yka_det li .yhk_logo3 {
  background: url($../image/cz_yhk.png) no-repeat 0 -145px;
}

.dndetail-le .yka_det li .yhk_logo4 {
  background: url($../image/cz_yhk.png) no-repeat 0 -257px;
}

.dndetail-le .yka_det li .yhk_logo5 {
  background: url($../image/cz_yhk.png) no-repeat 0 -310px;
}

.dndetail-le .yka_det .det1 {
  color: #555;
  line-height: 24px;
  margin-top: 18px;
}

.dndetail-le .yka_det li.yhk_left2 .yhk_logo {
  margin-top: 35px;
}

.dndetail-le .yka_det li.yhk_left1 .det1 {
  margin-bottom: 35px;
}

.dndetail-le .yka_det li.yhk_left1 .det1 p span a,
.dndetail-le .yka_det .det1 p span a {
  text-decoration: underline;
}

.dndetail-le .line1px {
  margin-top: 20px;
  height: 1px;
  border-bottom: 1px solid #ececec;
}

.detail.detail_yhk {
  padding-bottom: 680px;
}

.czlc {
  margin: 20px auto;
}

.czlc img {
  width: 100%;
}

.zhaohang .dgzh {
  position: absolute;
  left: -7px;
  top: -1px;
}

/* .recharge-sm {
} */

.recharge-sm h6 {
  margin: 20px auto 10px;
  font-weight: normal;
  font-size: 14px;
}

.recharge-sm h6 span {
  color: #f61200;
}

/* .recharge-sm p {
} */

.recharge-sm p span {
  padding-left: 20px;
  margin-right: 15px;
  background: url($../image/icon.png) 0 -435px;
  font-size: 14px;
}

.recharge-sm p span.tel,
.recharge-r1 a span.tel {
  background-position: -265px -318px;
}

.recharge-r1 {
  margin-bottom: 30px;
}

.recharge-r1 h3,
.recharge-r2 h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
}

.recharge-r1 a {
  display: block;
  margin: 10px 0px;
  padding: 10px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recharge-r1 a:hover {
  border: 1px solid #007bb7;
}

.recharge-r1 a span {
  padding-left: 24px;
  background: url($../image/icon.png) 0 -434px;
  font-size: 14px;
  color: #555;
}

.recharge-r2 a {
  display: block;
  margin: 10px 5px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.huikuantitle {
  height: 40px;
  margin: 15px auto 15px;
  line-height: 40px;
  font-size: 18px;
  color: #05b4ed;
  border-bottom: 1px solid #f5f5f5;
}

.huikuantitle span {
  display: inline-block;
  border-bottom: 2px solid #01acf2;
}

.dndetail-le .zhaohang p span.bankaccount {
  background: #fff;
  padding: 0px;
  border-radius: 3px;
  font-size: 20px;
  vertical-align: middle;
}

.bankaccount b {
  color: #007bb7;
}

/*充值备注样式2017-01-09*/
.dndetail-l .czbeizhu {
  padding-bottom: 1px;
  padding-top: 1px;
  background: #f9f9f9;
  border-bottom: none;
}

.dndetail-l .czbeizhu p {
  margin: 8px 8px 8px 25px;
  font-size: 13px;
}

.dndetail-l .czbeizhu p span {
  display: inline;
}

/* .cz-online {
} */

.cz-online .cz-price {
  padding: 5px 0;
}

.cz-online .cz-price .prefix {
  display: inline-block;
  width: 100px;
  color: #999;
}

.cz-online .cz-price .czje {
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 13px;
}

.cz-online .cz-mode {
  position: relative;
  top: -25px;
  margin: auto auto auto 103px;
}

.cz-online .cz-mode li {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 40px;
  margin: auto 15px 15px auto;
  border: 1px solid #ccc;
  background-image: url($../image/cz_yhk.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.cz-online .cz-mode li.on {
  border: 1px solid #70aa01;
}

.cz-online .cz-mode li.on span {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  height: 15px;
  background: url($../image/icon.png) 0 -580px no-repeat;
}

.cz-online .cz-mode li.alipay {
  background-position: 32px -361px;
}

.cz-online .cz-mode li.unionpay {
  background-position: 9px -410px;
}

.cz-online .cz-mode li.unionpay1 {
  background-position: 9px -460px;
}

.cz-btn {
  position: relative;
  top: -30px;
}

/*充在线值样式-2016-12-13*/
/* .recharge-cz {
} */

.recharge-cz .price1 p {
  display: inline-block;
  color: #999;
  font-size: 13px;
}

.recharge-cz .price2 {
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 36px;
  color: #ff4d00;
}

.recharge-cz .jinjieinput {
  line-height: 40px;
}

.recharge-cz .jinjieinput span {
  color: #999;
  font-size: 13px;
}

.recharge-cz .jinjieinput input {
  min-width: 300px;
  max-width: 350px;
  padding: 0 10px;
  margin-left: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.recharge-cz .payforbtn a {
  font-size: 20px;
}

.recharge-cz .tra8 input {
  width: auto;
  padding: 0 50px;
}

/*平台手续费表格样式*/
.sxf-title {
  margin: 20px auto;
  text-align: center;
}

.sxf-table {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #aaa;
}

.sxf-table tr {
  padding: 10px;
}

.sxf-table tr th {
  width: 30%;
}

.sxf-table tr td.w200 {
  width: 200px;
}

.sxf-table tr td,
.sxf-table tr th {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.ty-table {
  padding: 15px 25px;
}

.ty-table th {
  color: #444;
}

.ddxq-box {
  padding: 40px 80px;
}

.lb-title {
  min-width: 600px;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  color: #8a8a8a;
  font-weight: 500;
}

.lb-title i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url($../image/icon.png) no-repeat 0 -561px;
  vertical-align: middle;
}

.fkfs {
  display: inline-block;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*公司活动*/
/* .artical-lb {
} */

.artical-list {
  margin-left: -20px;
}

.artical-list li {
  float: left;
  margin-right: 20px;
  padding: 10px;
}

.artical-list li a {
  width: 180px;
  display: block;
  text-align: center;
  line-height: 40px;
}

.artical-list li a img {
  width: 180px;
  height: 140px;
}

.artical-list li a span {
  display: block;
  height: 40px;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/*表单*/
.xz-form {
  display: block;
  padding: 0;
}

.xz-form .form-group {
  margin-bottom: 15px;
  padding-right: 26px;
}

.xz-form .form-group label {
  width: 100%;
  line-height: 30px;
  margin: 5px auto;
  display: inline-block;
}

.xz-form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.xz-form textarea.form-control {
  height: auto;
  border: 1px solid #eee;
}

/*附件留言*/
.att {
  padding: 40px 20px;
}

.att .att-title {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}

.att .att-title .att-comment {
  color: #999;
}

.att-posts {
  line-height: 2em;
  color: #555;
}

.att-posts .att-post {
  margin: 1em 0;
  border: 1px solid #e6e6e6;
}

.att-posts .att-post.att-post-admin {
  text-align: right;
}

.att-posts .att-post-author {
  background: #f8f9fa;
  padding: 5px 10px;
}

.att-posts .att-post.att-post-buyer .att-post-author {
  background: #dae7d9;
}

.att-posts .att-post.att-post-seller .att-post-author {
  background: #e6f5fa;
}

.att-posts .att-post.att-post-broker .att-post-author {
  background: #faf4ee;
}

.att-posts .att-post.att-post-admin .att-post-author {
  color: red;
}

.att-posts .att-post-content {
  padding: 1em 2em;
}

.att-posts .att-post-content .att-file {
  height: 32px;
  line-height: 32px;
}

.att-posts .att-post-content .att-file img {
  vertical-align: top;
}

/* .messagebg {
}

dl.messagebg {
} */

.messagebg dt {
  text-indent: 10px;
  font-weight: bold;
  background: #f6f6f6;
}

.messagebg dt span {
  margin: auto 5px;
}

.messagebg dd {
  text-indent: 10px;
}

/*工具列表*/
.toolcontent {
  width: 1080px;
  margin: auto;
}

.toolist {
  padding-top: 10px;
  margin: auto;
  border-top: solid 1px #f3f3f3;
}

.toolist h3 {
  margin: 15px auto;
  padding-left: 10px;
  border-left: 6px solid #007bb7;
  font-size: 18px;
  font-weight: 500;
}

.toolist ul {
  padding-bottom: 7px;
  width: 1100px;
  overflow: hidden;
}

.toolist ul:after {
  clear: both;
  content: ",";
  display: block;
  height: 0;
  visibility: hidden;
}

.toolist li {
  display: inline;
  float: left;
  margin: 10px 14px 10px 0;
  padding: 10px 0;
  width: 350px;
  height: 64px;
  border: 1px solid #eee;
}

.toolist li:hover {
  background-position: left bottom;
}

.toolist li a {
  display: block;
  padding: 8px 8px 0 86px;
  height: 56px;
  background: url($../image/ico_tools.png) no-repeat;
}

.toolist li b {
  display: block;
  line-height: 26px;
  font-weight: 100;
  color: #007bb7;
}

.toolist li a:hover b {
  color: #007bb7;
}

.toolist li span {
  display: block;
  height: 16px;
  line-height: 16px;
  font-size: 87.5%;
  overflow: hidden;
  color: #999;
}

.toolist .a00 {
  background-position: 16px -1864px;
}

.toolist .a01 {
  background-position: 16px -18px;
}

.toolist .a02 {
  background-position: 16px -82px;
}

.toolist .a03 {
  background-position: 16px -146px;
}

.toolist .a04 {
  background-position: 16px -210px;
}

.toolist .a05 {
  background-position: 16px -274px;
}

.toolist .a06 {
  background-position: 16px -338px;
}

.toolist .a07 {
  background-position: 16px -402px;
}

.toolist .a08 {
  background-position: 16px -466px;
}

.toolist .a09 {
  background-position: 16px -1810px;
}

.toolist .a11 {
  background-position: 16px -530px;
}

.toolist .a12 {
  background-position: 16px -594px;
}

.toolist .a13 {
  background-position: 16px -658px;
}

.toolist .a14 {
  background-position: 16px -722px;
}

.toolist .a15 {
  background-position: 16px -786px;
}

.toolist .a16 {
  background-position: 16px -850px;
}

.toolist .a21 {
  background-position: 16px -914px;
}

.toolist .a22 {
  background-position: 16px -978px;
}

.toolist .a23 {
  background-position: 16px -1042px;
}

.toolist .a24 {
  background-position: 16px -1106px;
}

.toolist .a25 {
  background-position: 16px -1170px;
}

.toolist .a31 {
  background-position: 16px -1234px;
}

.toolist .a32 {
  background-position: 16px -1298px;
}

.toolist .a33 {
  background-position: 16px -1362px;
}

.toolist .a34 {
  background-position: 16px -1426px;
}

.toolist .a35 {
  background-position: 16px -1490px;
}

.toolist .a36 {
  background-position: 16px -1554px;
}

.toolist .a41 {
  background-position: 16px -1618px;
}

.toolist .a42 {
  background-position: 16px -1692px;
}

.toolist .a43 {
  background-position: 16px -1746px;
}

.tools-anchor {
  position: relative;
  top: -80px;
  display: block;
}

.toolist .beiQiang {
  background-position: 16px -1923px;
}

.toolist .jianCe {
  background-position: 16px -1986px;
}

.toolist .beiAn {
  background-position: 16px -2049px;
}

.toolist .b00 {
  background: url("$../image/toolsPc_one.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b01 {
  background: url("$../image/toolsPc_two.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b02 {
  background: url("$../image/toolsPc_three.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b03 {
  background: url("$../image/toolsPc_four.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b04 {
  background: url("$../image/toolsPc_five.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b05 {
  background: url("$../image/toolsPc_six.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b06 {
  background: url("$../image/toolsPc_seven.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b07 {
  background: url("$../image/toolsPc_eight.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b08 {
  background: url("$../image/toolsPc_nine.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b09 {
  background: url("$../image/toolsPc_ten.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b10 {
  background: url("$../image/toolsPc_elev.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b11 {
  background: url("$../image/toolsPc_twe.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b12 {
  background: url("$../image/toolsPc_oneo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b13 {
  background: url("$../image/toolsPc_twoo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b14 {
  background: url("$../image/toolsPc_threeo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b15 {
  background: url("$../image/toolsPc_fouro.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b16 {
  background: url("$../image/toolsPc_fiveo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b17 {
  background: url("$../image/toolsPc_sixo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b18 {
  background: url("$../image/toolsPc_seveno.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b19 {
  background: url("$../image/toolsPc_eighto.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b20 {
  background: url("$../image/toolsPc_nineo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b21 {
  background: url("$../image/toolsPc_teno.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b22 {
  background: url("$../image/toolsPc_elevo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b23 {
  background: url("$../image/toolsPc_tweo.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b24 {
  background: url("$../image/toolsPc_onet.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b25 {
  background: url("$../image/toolsPc_twot.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b26 {
  background: url("$../image/toolsPc_threet.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b27 {
  background: url("$../image/toolsPc_fourt.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b28 {
  background: url("$../image/toolsPc_fivet.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b29 {
  background: url("$../image/toolsPc_sixt.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b30 {
  background: url("$../image/toolsPc_sevent.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b31 {
  background: url("$../image/toolsPc_eightt.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b32 {
  background: url("$../image/toolsPc_ninet.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b33 {
  background: url("$../image/toolsPc_tent.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b34 {
  background: url("$../image/toolsPc_elevt.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b35 {
  background: url("$../image/toolsPc_twet.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b36 {
  background: url("$../image/toolsPc_onef.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b37 {
  background: url("$../image/toolsPc_twof.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b38 {
  background: url("$../image/toolsPc_threef.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b39 {
  background: url("$../image/toolsPc_fiourf.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b40 {
  background: url("$../image/toolsPc_fivef.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

.toolist .b41 {
  background: url("$../image/toolsPc_sixf.jpg") no-repeat 22px 10px;
  background-size: 58px 37px;
}

/*排行榜*/
.bang-top-menu {
  border: 1px solid #e3e3e3;
  border-top: none;
  width: 1080px;
  margin: 10px auto 30px;
}

.bang-top-menu .switch-menu {
  height: 46px;
  background: #f5f5f5;
}

.bang-top-menu .top-left {
  font-size: 16px;
  color: #555;
  float: left;
}

.bang-top-menu .top-left div.left {
  display: inline-block;
  width: 110px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.bang-top-menu .top-left .selected {
  border-top: 3px solid #ffa333;
  color: #000;
  background: #fff;
  height: 43px !important;
}

.top-left span.left-border {
  display: inline-block;
  background: #e3e3e3;
  width: 1px;
  height: 31px;
  vertical-align: middle;
  margin: -6px 0 0;
}

.border-none {
  background: #f5f5f5 !important;
}

.wx-type-list {
  margin: 17px 0;
}

/* .wx-type-list .wx-right-type {
} */

.wx-right-type a {
  display: inline-block;
  padding: 8px 15px;
  color: #555;
  font-size: 14px;
  margin-left: 21px;
  margin-bottom: 8px;
}

.wx-right-month-all a.wx-month-all,
.wx-right-type a {
  height: 21px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.cur_m {
  background: #ffa333;
  color: #fff !important;
  border-radius: 20px;
}

.rank-main {
  width: 1080px;
  margin: auto auto 60px;
  border: 1px solid #e3e3e3;
}

.l_date {
  width: 1080px;
  margin: auto;
  height: 58px;
  background-color: #fff;
  line-height: 58px;
  border-bottom: 1px solid #e4e4e4;
  z-index: 100;
}

.ldate_con {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.rili {
  float: left;
  position: relative;
}

.l_date .l_date_sample {
  float: left;
  color: #9e9e9e;
  margin-left: 5px;
}

.l_date .l_date_sample i {
  font-style: normal;
}

.data_sm {
  float: right;
  font-size: 15px;
  margin-right: 30px;
}

.data_sm a {
  padding: 5px 10px;
  font-size: 14px;
  color: #444;
}

.data_sm span {
  color: #ccc;
  margin: auto 5px;
}

.data_sm a:visited {
  color: #999;
}

.l_main table th {
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  position: relative;
  vertical-align: middle;
}

.l_container {
  width: 1080px;
  margin: auto;
  overflow: hidden;
}

.l_main tr.even td {
  background-color: #f2f5f6;
}

.l_main table td {
  height: 60px;
  font-size: 14px;
  color: #595959;
}

.l_main td span.r_bg {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 16px;
  color: #555;
}

.l_main td span.best {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url($../image/icon.png) 0 -616px no-repeat;
  font-size: 14px;
  color: #fc8c25;
  line-height: 47px;
}

.account b,
.account h4,
.l_main table td,
.l_more a,
.l_top,
.s_header p,
ul.d_list li {
  text-align: center;
}

.date_current {
  padding: 0 15px;
  color: #f90;
  font-size: 22px;
  font-weight: bold;
}

/*排行详情页*/
.rank-info-head {
  width: 1080px;
  margin: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}

.rank-info-head .info-head-l {
  float: left;
  width: 600px;
  padding-right: 30px;
  border-right: 1px solid #e3e3e3;
}

.rank-info-head .info-head-l h1,
.rank-info-head .info-head-m h1,
.rank-info-head .info-head-r h1 {
  margin: 5px auto 15px;
  font-size: 30px;
  color: #222;
  font-weight: 500;
}

.rank-info-head .info-head-l h1 {
  margin: 5px auto 0;
}

.rank-info-head .info-head-l p {
  line-height: 20px;
  color: #8a8a8a;
  font-weight: lighter;
}

.rank-info-head .info-head-l p.sitead {
  color: #8a8a8a;
  font-weight: lighter;
  margin-bottom: 10px;
}

.rank-info-head .info-head-l .info-head-l-b {
  margin: 20px auto;
}

.rank-info-head .info-head-l .info-head-l-b .share {
  float: left;
}

.rank-info-head .info-head-l .info-head-l-b .share li {
  display: inline-block;
}

.rank-info-head .info-head-l .info-head-l-b .share li a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #333;
  border-radius: 2px;
}

.rank-info-head .info-head-l .info-head-l-b .time {
  float: right;
}

.rank-info-head .info-head-l .info-head-l-b .share li.weixin a {
  border-color: #04ad00;
  color: #04ad00;
}

.rank-info-head .info-head-l .info-head-l-b .share li:hover.weixin a {
  background: #04ad00;
  color: #fff;
}

.rank-info-head .info-head-l .info-head-l-b .share li.weibo a {
  border-color: #f90;
  color: #f90;
}

.rank-info-head .info-head-l .info-head-l-b .share li:hover.weibo a {
  background: #f90;
  color: #fff;
}

.rank-info-head .info-head-l .info-head-l-b .share li.gongzhonghao a {
  border-color: #007bb7;
  color: #007bb7;
}

.rank-info-head .info-head-l .info-head-l-b .share li:hover.gongzhonghao a {
  background: #007bb7;
  color: #fff;
}

.rank-info-head .info-head-l .info-head-l-b .time {
  float: right;
}

.rank-info-head .info-head-m {
  float: left;
  width: 200px;
  padding: 0 20px;
  border-right: 1px solid #e3e3e3;
}

.rank-info-head .info-head-m h1,
.rank-info-head .info-head-r h1 {
  font-size: 20px;
}

.rank-info-head .info-head-m p {
  color: #f90;
  font-size: 24px;
  font-weight: lighter;
}

.rank-info-head .info-head-m .star {
  width: 90px;
  height: 17px;
  margin: 34px auto 35px 0;
  background: url($../image/star.png) repeat-x left bottom;
}

.rank-info-head .info-head-m .star-w {
  width: 60%;
  height: 17px;
  background: url($../image/star.png) repeat-x left top;
}

.rank-info-head .info-head-r {
  float: right;
  width: 160px;
  padding: 0 20px;
}

.rank-info-head .info-head-r p {
  font-size: 24px;
  font-weight: lighter;
  color: #666;
}

.rank-info-main {
  width: 1080px;
  margin: auto;
}

.rank-info-main .info-main-l {
  float: left;
  width: 750px;
}

.rank-info-main .info-main-l .info-main-ltop {
  margin-top: 50px;
}

.rank-info-main .info-main-l .info-main-ltop p {
  width: 230px;
  display: inline-block;
  line-height: 46px;
  border-right: 1px solid #e3e3e3;
  color: #888;
  font-size: 15px;
  text-align: center;
  font-weight: lighter;
}

.rank-info-main .info-main-l .info-main-ltop p:last-child {
  border-right: none;
}

.rank-info-main .info-main-l .info-main-ltop p b {
  font-size: 46px;
  color: #007bb7;
}

.rank-info-main .info-main-l .info-main-ltop p i {
  display: inline-block;
  width: 12px;
  height: 30px;
  margin-left: 5px;
  background: url($../image/shangsheng.png) no-repeat center;
}

.info-main-lmiddle {
  margin: 40px auto 0 0;
  border: 1px solid #e3e3e3;
  border-top: none;
}

.info-main-lmiddle .rank-top-tab {
  height: 50px;
  background: #f5f5f5;
}

.info-main-lmiddle .rank-top-tab li {
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}

.info-main-lmiddle .rank-top-tab li.on {
  background: #fff;
  border-top: 3px solid #f90;
}

.info-main-lmiddle .tabcontent {
  height: 415px;
  padding: 15px;
}

.info-main-lmiddle .tabcontent img {
  width: 100%;
}

.rank-info-main .info-main-r {
  float: right;
  width: 270px;
  padding: 20px 15px 0;
  margin-top: 25px;
  background: #f7f7f7;
}

.rank-info-main .info-main-r .site-beian {
  float: right;
  width: 270px;
}

.rank-info-main .info-main-r .site-beian li {
  margin-bottom: 35px;
}

.rank-info-main .info-main-r .site-beian li p {
  width: 270px;
  line-height: 26px;
  color: #777;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-info-main .info-main-r .site-beian li p.fbold {
  margin: 6px 0 10px;
  font-size: 22px;
  color: #f90;
}

.rank-info-main .info-main-r .site-beian li p.fbold b {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 27px;
  margin-right: 5px;
  background: url($../image/icon.png) no-repeat;
}

.rank-info-main .info-main-r .site-beian li:nth-child(1) p.fbold b {
  background-position: -46px -628px;
}

.rank-info-main .info-main-r .site-beian li:nth-child(2) p.fbold b {
  background-position: -73px -628px;
}

.rank-info-main .info-main-r .site-beian li:nth-child(3) p.fbold b {
  background-position: -98px -628px;
}

.rank-shuju {
  width: 1080px;
  margin: 30px auto;
}

.TMainhead {
  height: 32px;
  margin: 15px auto;
}

.TMainhead h3 {
  display: inline-block;
  float: left;
  font-size: 16px;
  background-color: #4f9cee;
  padding: 0px 11px;
  line-height: 32px;
  height: 32px;
  color: #fff;
}

.TMainhead .TMainhead-more {
  display: inline-block;
  height: 24px;
  width: 84px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  text-align: center;
  line-height: 24px;
  color: #999999;
}

.TPageCent-TMain02 .TMain02Wrap {
  overflow: hidden;
}

.TPageCent-TMain02 {
  width: 1078px;
  border: 1px solid #e7e7eb;
}

.TPageCent-TMain02 .even {
  background-color: #f9f9f9;
  font-size: 14px;
  color: #999999;
}

.TPageCent-TMain02 tr th,
.TPageCent-TMain02 tr td {
  height: 40px;
  border-right: 1px solid #e7e7eb;
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.TPageCent-TMain02 tr th {
  color: #999;
  font-weight: 500;
}

.TPageCent-TMain02 tr th:last-child,
.TPageCent-TMain02 tr td:last-child {
  border-right: none;
}

/*付款方式*/
.fenNumber {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #ff8400;
}

.fenNumber input {
  display: inline-block;
  height: 36px !important;
  line-height: 36px !important;
  margin-right: 5px;
  font-size: 12px !important;
  color: #333;
  border: 1px solid #ddd;
}

.fenNumber .one-box {
  width: 70px;
  text-align: center;
}

.fenNumber .two-box {
  width: 169px;
  text-indent: 1em;
}

.fenNumber .three-box {
  display: inline-block;
  width: 154px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  font-size: 12px !important;
  color: #333;
  border: 1px solid #ddd;
  text-indent: 1em;
}

.fenNumber .three-box i,
.fenNumber .four-box i {
  color: #aaa;
}

.fenNumber .four-box i {
  margin-right: 5px;
}

.fenNumber .three-box img {
  vertical-align: -5px;
  margin-left: 5px;
  cursor: pointer;
}

.fenNumber .three-box input {
  width: 78px;
  margin-right: 0;
  border: none;
}

.fenNumber .four-box {
  display: inline-block;
  width: 92px;
  height: 36px;
  line-height: 36px;
  margin-right: 5px;
  font-size: 12px !important;
  color: #333;
  border: 1px solid #ddd;
  text-indent: 1em;
}

.fenNumber .four-box input {
  width: 66px;
  margin-right: 0;
  border: none;
  text-indent: 0;
}

.fenNumber input:first-child {
  margin-left: 0;
}

.fenNumber p {
  display: inline-block;
  float: none !important;
  color: #ff8400;
  font-size: 13px;
  margin-left: 0;
}

.hide {
  display: none;
}

.fenList label.on,
.fenList:checked + label {
  background: #fff !important;
  border: 1px solid #92c8e9 !important;
  color: #92c8e9 !important;
}

.fenList label {
  width: 75px !important;
}

.add-tit {
  background: #f8f9fa;
}

.add-tit td {
  text-align: left !important;
  text-indent: 19px;
  height: 36px !important;
  padding: 0 10px !important;
  color: #92c8e9 !important;
}

.junJia {
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  color: #aaa;
}

.fenQi-tip {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 10px;
  color: #aaa;
}

.fenQi-tip:hover {
  color: #ff8400;
}

.junJia i {
  color: #ff8400;
  font-style: normal;
}

.fenWrap {
  margin-bottom: 0;
}

.add-cont td {
  background: #fcfcff;
}

.fenList {
  margin-left: 145px !important;
}

/*新改版我的账户*/
.com-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ve-m {
  vertical-align: middle;
}

.ov-hid {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.c-gary {
  color: #aaa;
}

.c-blue {
  color: #007bb7;
}

.c-yellow {
  color: #ff8400;
}

i {
  font-style: normal;
}

.hide {
  display: none;
}

.myaccount-wrap {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  overflow: hidden;
}

.myaccount-box {
  width: 1200px;
  height: auto;
  margin: 20px auto 40px;
  overflow: hidden;
}

.fqzj-myaccount-box {
  width: 1080px;
  height: auto;
  margin: 0px auto 40px;
}

.all-warp {
  height: auto;
  padding: 20px 25px;
  background: #fff;
  overflow: hidden;
}

.left-cont {
  float: left;
}

.leftCont-box {
  overflow: hidden;
}

.leftCont-box p {
  float: left;
  line-height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #00abf2;
}

.main-leftCont-box p {
  line-height: 60px;
}

.leftCont-box p img {
  vertical-align: -2.5px;
  margin-left: 5px;
}

.leftCont-box .memeber {
  position: relative;
  float: left;
  width: 95px;
  height: 33px;
  line-height: 33px;
  margin: 1px 20px 0 15px;
  font-size: 11px !important;
  color: #fff;
}

.main-leftCont-box .memeber {
  position: relative;
  float: left;
  width: 95px;
  height: 33px;
  line-height: 33px;
  margin: 13px 20px 0 15px;
  font-size: 11px !important;
  color: #fff;
}

.leftCont-box .memeber span {
  display: block;
  position: absolute;
  top: 0;
  left: 37px;
}

.leftCont-box .time {
  float: left;
  height: 34px;
  line-height: 32px;
  font-size: 12px;
  color: #aaa;
}

.main-leftCont-box .time {
  padding-top: 12px;
}

.leftCont-box .time img {
  vertical-align: -5px;
}

.leftCont-box .time span {
  vertical-align: middle;
}

.leftCont-box .time span {
  font-weight: 300;
}

.left-cont ul {
  margin-top: 20px;
}

.left-cont ul::after {
  content: "";
  clear: both;
  height: 0;
  display: block;
}

.left-cont ul li {
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #333;
  font-weight: 300;
}

.left-cont ul li .li-line {
  width: 1px;
  height: 20px;
  background: #f8f7f7;
  margin: 5px 15px 0;
}

.left-cont ul li img {
  margin-right: 5px;
  vertical-align: middle;
}

.right-cont {
  float: right;
  overflow: hidden;
  width: 260px;
  height: 87px;
}

.right-cont a {
  display: block;
  width: 118px;
  padding: 12px 0;
  margin-top: 18px;
  font-size: 14px;
  color: #00abf2;
  text-align: center;
  border: 1px solid rgba(0, 171, 242, 0.3);
  border-radius: 50px;
}

.right-cont a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: url("$../image/log_16.png") no-repeat;
  vertical-align: -2px;
}

.right-cont a:hover {
  background: #00abf2;
  color: #fff;
}

.right-cont a:hover i {
  background: url("$../image/log_20.png") no-repeat;
}

.mtb {
  margin: 20px 0;
}

.balanceList-left {
  float: left;
}

.number-money li {
  float: left;
  width: 32.33%;
  height: auto;
  margin-right: 1%;
  font-size: 12px;
  color: #555;
}

.number-money li p {
  font-weight: 300;
}

.number-money li span {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  color: #333;
}

.number-money li span i {
  font-size: 20px;
  font-style: normal;
}

.deal-money a {
  float: left;
  display: block;
  width: 144px;
  height: 50px;
  line-height: 50px;
  margin: 20px 5px 0 0;
  font-size: 13px;
  color: #555;
  background: #f7f7f7;
  border-radius: 5px;
  text-align: center;
}

.deal-money a:hover {
  color: #fff;
  background: #ff9900;
}

.deal-money a img {
  margin-right: 5px;
  vertical-align: middle;
}

.tip-word {
  font-size: 12px;
  color: #f87500;
  margin: 20px 0 22px;
}

.tip-word img {
  vertical-align: -4px;
}

.line {
  width: 1px;
  height: 270px;
  background: #f0f0f0;
  float: left;
  margin: 0 20px 0 10px;
}

.balanceList-right {
  float: right;
  width: 37%;
  overflow: hidden;
}

.cash {
  width: 100%;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.cash span {
  display: block;
  float: left;
  font-size: 14px;
  color: #555;
  font-weight: 300;
}

.cash a {
  display: block;
  float: right;
  font-size: 14px;
  color: #999;
}

.cash a:hover {
  color: #007bb7;
}

.bank-tit {
  float: left;
  display: block;
  width: 155px;
  height: 26px;
  line-height: 26px;
  margin: 0 20px 0 0;
  font-size: 12px;
}

.bank-tit img {
  vertical-align: -6.5px;
}

.bank-tit span {
  color: #333;
  margin: 0 5px;
  vertical-align: middle;
  font-weight: 300;
}

.bank-tit a {
  color: #00abf2;
  vertical-align: middle;
}

.bank-card {
  display: block;
  float: left;
  width: 97%;
  height: 50px;
  line-height: 50px;
  margin-top: 6px;
  padding: 0 5px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}

.bank-card img,
.bank-card span {
  display: block;
  float: left;
  margin-right: 10px;
}

.bank-card img {
  width: 25px;
  margin-top: 13px;
  margin-right: 5px;
}

.bank-card span {
  font-size: 12px;
  color: #333;
}

.card-classfiy {
  display: block;
  float: right;
  width: 54px;
  height: 18px;
  line-height: 17px;
  margin-top: 16px;
  margin-right: 15px;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-indent: 5px;
  background: url("$../image/log_13.png");
}

.card-add {
  display: block;
  float: right;
  width: 117px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #333;
  text-align: right;
  border-radius: 5px;
  font-weight: 300;
}

.card-add:hover {
  color: #007bb7;
}

.card-add img {
  vertical-align: middle;
  margin-right: 5px;
}

.card-add i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("$../image/log_14.png") no-repeat;
  vertical-align: -7px;
}

.card-add:hover i {
  background: url("$../image/log_19.png") no-repeat;
}

.car-name {
  max-width: 84px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transList p {
  float: left;
  width: 85px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #999;
}

.transList ul {
  float: left;
  overflow: hidden;
}

.transList ul li {
  float: left;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #333;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}

.transList ul li.on {
  color: #fff;
  background: #00abf2;
}

.transList ul li.on a {
  color: #fff;
  background: #00abf2;
}

.search-wrap input {
  float: left;
  width: 164px;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  color: #aaa;
  text-indent: 10px;
  border: 1px solid #00abf2;
  border-radius: 5px 0 0 5px;
}

.search-wrap a {
  display: block;
  float: left;
  width: 63px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 0 5px 5px 0;
  background: #00abf2;
}

.load-more {
  width: 400px;
  height: 42px;
  line-height: 42px;
  margin: 30px auto;
  font-size: 14px;
  color: #222;
  text-align: center;
  border-radius: 50px;
  background: #f4f8f9;
  cursor: pointer;
}

.trans-warp {
  height: auto;
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
}

.transList {
  padding: 0 25px;
}

.trans-cont {
  width: 100%;
  height: auto;
  background: #fcfcff;
  margin-top: -5px;
}

.trans-cont ul {
  padding: 20px 25px;
  margin-top: 25px;
  overflow: hidden;
}

.trans-cont ul li {
  float: left;
  width: 12%;
  font-size: 13px;
  color: #222;
  text-align: center;
}

.jiaoYi ul li,
.yiao-table .trans-table li {
  width: 11%;
}

.trans-table {
  padding: 0 25px;
  overflow: hidden;
}

.trans-table li {
  float: left;
  width: 12%;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  color: #555;
  text-align: center;
  border-bottom: 1px solid #f6f6f6;
}

.trans-table li.c-blue,
.trans-table li.c-blue a {
  color: #007bb7;
}

.trans-table li.c-blue a {
  margin-right: 3px;
}

.ts-li li {
  width: 96%;
  height: 36px;
  line-height: 36px;
  background: #f9f9f9;
  color: #92c8e9;
  text-align: left;
  text-indent: 42px;
}

.yiao-table .ts-li li {
  width: 99%;
}

.jy-ts .trans-table li {
  background: #fcfcff;
}

.cz-qh {
  padding: 10px 25px 0;
}

.cz-qh li {
  float: left;
  width: 56px;
  height: 40px;
  line-height: 40px;
  margin-right: 49px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

.cz-qh .on {
  color: #00abf2;
  border-bottom: 2px solid #00abf2;
}

@media (max-width: 1366px) {
  .left-cont ul li .li-line {
    margin: 5px 10px 0;
  }

  .fenList {
    margin-left: 120px !important;
  }

  #fbwt2-img-container {
    margin-left: 125px !important;
  }

  .fbwt-point {
    padding: 10px 123px 20px 123px !important;
  }

  .smrz-contain42-title,
  .smrz-waring,
  .smrz-contain42-btn,
  .smrz-contain42-btn1,
  .fqwt-contain42-btn1,
  .fbwt-xieyi {
    margin-left: 120px !important;
  }

  .smrz-contain42-name {
    width: 120px !important;
    padding-right: 0 !important;
  }

  .transaction-title {
    width: 960px !important;
  }

  .transaction-choose {
    width: 960px !important;
  }

  .transaction-choose2 {
    width: 960px !important;
  }

  .transaction-choose-ul li {
    padding: 0 4.5% !important;
  }

  .transaction-choose2-1 {
    width: 40% !important;
  }

  .fqzj2-line,
  .fqzj2-line2 {
    margin: 0 10px !important;
  }

  .fqzj-tra5 {
    border: none;
    padding: 0px;
    margin-left: 120px !important;
  }

  .fqzj-contain31 {
    padding: 5% 29% 0 !important;
  }

  .container1 {
    width: 80% !important;
  }

  .fbwt2-rili {
    position: absolute;
    right: 170px !important;
    top: 10px;
  }

  .fbwt2-rili2 {
    position: absolute;
    right: 285px !important;
    top: 10px;
  }

  .main-contain {
    width: 62% !important;
  }

  .aside-right {
    width: 22% !important;
  }

  .aside-right-text2 {
    font-size: 12px !important;
  }

  .img-add-icon1 {
    margin-left: 38px !important;
  }

  #img-container {
    margin-left: 100px !important;
  }

  .trade-title-pic {
    margin-left: 100px !important;
  }

  #upload {
    margin-left: 100px !important;
  }

  .zhaoPian {
    margin: 10px 0 0 100px !important;
  }

  .banner,
  .wrap,
  .header,
  .serOut,
  .liucheng,
  .footer,
  .link,
  .headerTrade,
  .l_container,
  .bang-top-menu,
  .rank-main,
  .l_date,
  .ldate_con,
  .rank-info-head,
  .rank-info-main,
  .rank-shuju,
  .TPageCent-TMain02,
  .top-navcontent {
    width: 1200px;
  }

  .mainTra {
    width: 958px;
  }

  .select {
    width: 710px;
  }

  .tra3 p {
    width: 470px;
  }

  .tra3 p span {
    width: 210px;
  }

  .tra4 textarea {
    width: 64%;
  }

  .tra5 .shouru {
    width: 220px;
  }

  .tra span {
    width: 100px;
  }

  .weiTuo .tra span {
    width: 125px !important;
  }

  .tra5 .price {
    padding-top: 25px;
  }

  .tra4,
  .tra5,
  .tra7,
  .tra8 {
    margin-left: 120px;
  }

  .tra5 .shouru span.money {
    font-size: 30px;
  }

  .navTrade {
    margin-left: 80px;
  }

  .navTrade a {
    font-size: 14px;
  }

  .deal-list td.action ul {
    left: 25px;
  }

  /*mydeal*/
  .dealdetail-l {
    width: 650px;
    padding: 40px 20px;
  }

  .object-list table {
    width: 100%;
  }

  .dealdetail-r {
    width: 190px;
    margin-right: 15px;
  }

  .liucheng {
    background: url($../image/liucheng900.jpg) no-repeat top center;
  }

  .footerSer ul li {
    margin-right: 53px;
  }

  /*account*/
  .acc1 .name,
  .acc2 .jine,
  .acc3 .caozuo,
  .acc4 .yhk {
    width: 520px;
  }

  /*help*/
  .helpLeft .detailOut ul li {
    width: 226px;
  }

  .helpLeft .detailOut .det {
    width: 230px;
  }

  .helpLeft {
    width: 220px;
    margin: 30px 40px 80px 15px;
  }

  .helpRight {
    width: 650px;
    margin: 30px 10px 120px 0;
  }

  /* .deal-content .deal-nav.deal-nav1 li {
  } */

  /*setting*/
  .deal-content .deal-nav li {
    width: 299px;
  }

  .deal-content .deal-nav li.on {
    width: 298px;
  }

  /*tixianlist*/
  .deal-content .tixian-nav li {
    width: 449px;
  }

  .deal-content .tixian-nav li.on {
    width: 438px;
  }

  /*artical*/
  .cream {
    width: 960px;
  }

  .adcontent {
    width: 820px;
  }

  /*withdrawls*/
  .withdrawals {
    padding: 50px;
  }

  .navigationOut,
  .loginOut1 {
    width: 900px;
    padding: 20px 0px;
  }

  /*contact*/
  .jjr_list .jjr_list_z {
    width: 264px;
    margin-bottom: 20px;
  }

  .jjr_list .jjr_list_z .jjr_intro {
    width: 160px;
  }

  .jjr_list .jjr_intro .title {
    font-size: 18px;
  }

  .jjr_list .jjr_intro .intro {
    font-size: 12px;
  }

  .w_pic_list dl dd {
    width: 580px;
  }

  .dndetail-l {
    float: left;
    width: 625px;
    padding: 15px;
  }

  .dndetail-l .dnms p span {
    max-width: 80%;
  }

  .knockdown {
    margin: 15px auto 15px 45px;
  }

  .knockdown table {
    width: 250px;
  }

  .jyflow .processimg {
    background: url($../image/liucheng4.png) no-repeat center;
  }

  .filterbox .filtercontent .filterlist1 .tagcloud {
    width: 860px;
  }

  .filterbox.addClass .filtercontent .filterlist1 .tagcloud {
    width: 860px !important;
  }

  /*申请充值*/
  .dndetail-le {
    width: 686px;
  }

  .dndetail-le .zhaohang {
    width: 705px;
  }

  .dndetail-le .zhaohang .zhaohang_logo {
    margin: 60px 0 40px 20px;
  }

  .dndetail-le .yka_det li {
    padding: 5px 40px;
  }

  .dndetail-le .yka_det .det1 {
    margin-top: 14px;
  }

  /*域名详情页表格*/
  .tlist a {
    margin: 0 0 0 10px;
    padding: 0 6px;
  }

  /*活动列表*/
  .artical-list li {
    float: left;
    margin-right: 8px;
    padding: 10px;
  }

  .artical-list li a {
    width: 160px;
    display: block;
    text-align: center;
    line-height: 40px;
  }

  .artical-list li a img {
    width: 160px;
    height: 135px;
  }

  .artical-list li a span {
    display: block;
    height: 40px;
    padding: 0;
    overflow: hidden;
  }

  /*tool*/
  .toolcontent {
    width: 960px;
  }

  .toolist ul {
    width: 980px;
  }

  .toolist li {
    width: 310px;
  }

  .jianjie-3 ul li {
    width: 30%;
  }

  .jianjie-2 .jianjie-txt a {
    width: 180px;
    height: 120px;
  }

  .jianjie-2 .jianjie-txt a img {
    width: 100%;
  }

  .jianjie-2 .jianjie-txt p {
    width: 400px;
    font-size: 13px;
    line-height: 18px;
  }

  .historylist .fazhan-list dd.txt {
    width: 500px;
  }

  .rank-info-head .info-head-l {
    width: 540px;
    padding-right: 25px;
  }

  .rank-info-head .info-head-r {
    width: 120px;
    padding: 0 15px;
  }

  .rank-info-main .info-main-l {
    width: 680px;
  }

  .rank-info-main .info-main-l .info-main-ltop p {
    width: 222px;
  }

  .rank-info-main .info-main-r .site-beian,
  .rank-info-main .info-main-r {
    width: 230px;
  }

  .rank-info-main .info-main-r .site-beian li p {
    width: 222px;
  }

  /*新版付款方式*/

  .fqzj-myaccount-box {
    width: 960px;
  }

  .trans-cont ul li {
    width: 12.5%;
  }

  .trans-table li {
    width: 12.5%;
    font-size: 11px;
  }

  .mx {
    margin-right: 0;
  }

  .balanceList-left {
    width: 53%;
  }

  .balanceList-right {
    width: 43%;
  }

  .line {
    margin: 0;
  }

  .tp {
    width: 92%;
  }

  .deal-money a {
    width: 23%;
  }

  .jiaoYi ul li,
  .yiao-table .trans-table li {
    width: 11%;
  }

  .yiao-table .ts-li li {
    width: 99%;
  }

  .invoice-wrap {
    width: 960px !important;
  }
}

/*银行卡管理样式*/
.cardMange-box ul {
  height: 80px;
  border-top: 1px solid #f3f3f3;
  background: url($../image/navbg.png) repeat-x center bottom;
  overflow: hidden;
}

.cardMange-box ul li {
  float: left;
  width: 49%;
  height: 50px;
  margin: 10px auto;
  border-right: 1px solid #f3f3f3;
}

.cardMange-box ul li.on {
  float: left;
  width: 48%;
  height: 50px;
}

.cardMange-box ul li span {
  display: block;
  height: 64px;
  width: 256px;
  margin: auto;
  line-height: 64px;
  border-bottom: 6px solid #f3f3f3;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.cardMange-box ul li.on span {
  border-bottom: 6px solid #007bb7;
  color: #007bb7;
}

.cardMange-list table {
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

.cardMange-list table tr.title {
  height: 60px;
  background: #fcfcff;
}

.cardMange-list table tr {
  border-bottom: 1px solid #f6f6f6;
}

.cardMange-list table tr th {
  height: 40px;
  color: #333;
  text-align: center;
}

.cardMange-list table tr td {
  height: 40px;
  padding: 15px 10px;
  color: #444;
  text-align: center;
}

.noBank-car {
  width: 100%;
  height: 122px;
  font-size: 30px;
  color: #ccc;
  text-align: center;
  padding-top: 110px;
}

/*发票样式*/
.invoiceAll-wrap {
  width: 100%;
  height: auto;
  min-height: 900px;
  background: #f8f8f8;
  overflow: hidden;
}

.invoice-wrap {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 10px auto 60px;
}

.invoice-tit {
  overflow: hidden;
  padding: 20px 30px;
  background: #fff;
}

.invoice-tit li {
  float: left;
  padding: 10px 20px;
  margin-right: 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
}

.invoice-tit li.act,
.message-tit li.act {
  background: #00abf2;
  color: #fff;
}

.line-wrap {
  display: block;
  width: 100%;
  height: 3px;
  background: #f6f6f6;
}

.invoice-cont {
  min-height: 500px;
  padding: 20px 30px;
  background: #fff;
}

.invoiceCont-tip {
  width: 100%;
  height: auto;
  margin: -10px 0 20px;
}

.invoiceCont-tip li {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.invoiceCont-tip li a {
  color: #f00;
}

.invoice-cont table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.invoice-cont thead th {
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 13px;
  color: #333;
  background: #fafafa;
}

.invoice-cont thead th.wd-01 {
  width: 13%;
}

.invoice-cont thead th.wd-02 {
  width: 25%;
}

.invoice-cont thead th.wd-03 {
  width: 17%;
}

.invoice-cont thead th.wd-04 {
  width: 10%;
}

.invoice-cont thead th.wd-05 {
  width: 15%;
}

.invoice-cont thead th.wd-06 {
  width: 20%;
}

.invoice-cont thead th.wd-07 {
  width: 30%;
}

.invoice-cont tbody td {
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid #f6f6f6;
}

.invoice-cont span {
  color: #aaa;
}

.regular-radio.ts-wd + label {
  width: auto;
  padding: 0 22px;
}

.shuoMing-warp {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}

.c-orgin {
  color: #ff722f;
}

.weiTuo .c-orgin {
  margin-left: 0;
}

.c-blue {
  color: #00abf2;
}

.shuoMing-warp2 {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 10px;
  font-size: 12px;
  color: #ff722f;
}

.tax-tip {
  margin: 5px 0 0 125px;
  font-size: 12px;
  color: #999;
}

.rel {
  position: relative;
}

.fuYin span {
  line-height: 20px;
  margin-top: 8px;
}

.pl-ts {
  padding-left: 30px;
}

.tra6 input.taiTit {
  width: 149px;
  height: 40px;
  line-height: 43px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.liuLan {
  float: left;
  width: 100px;
  height: 26px;
  line-height: 26px;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  text-align: center;
  background: #ececec;
  border-radius: 5px;
  cursor: pointer;
}

.wenJian {
  position: absolute;
  overflow: hidden;
  left: 125px;
  top: 0;
  opacity: 0;
  width: 100px;
  height: 26px;
  line-height: 26px;
  margin-top: 6px;
  font-size: 12px;
  color: #999;
}

.must-log {
  color: red;
}

.invoice-cont tbody td.c-blue,
.invoice-cont tbody td.c-blue a {
  color: #007bb7;
}

.invoice-cont tbody td.add {
  border-bottom: none;
  color: #007bb7;
  padding-left: 32px;
}

.invoice-cont tbody td.add a {
  color: #007bb7;
}

.zhaoPian {
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 10px 0 0 125px;
  border: 1px solid #f0f0f0;
  text-align: center;
}

.zhaoPian img {
  width: 100%;
}

/*消息页面*/
.message-tit {
  overflow: hidden;
  padding: 20px 30px;
  background: #fff;
}

.message-tit li {
  float: left;
  padding: 10px 20px;
  margin-right: 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
}

.message-cont {
  min-height: 500px;
  padding: 0 30px 20px;
  background: #fff;
}

.screen-cont {
  overflow: hidden;
  border-bottom: 1px dashed #f6f6f6;
  padding: 15px 0;
}

.screen-cont.ts-bt {
  border-bottom: none;
}

.screen-name {
  display: inline-block;
  width: 54px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #aaa;
  font-weight: 300;
  text-align: center;
}

.screen-cont span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  font-size: 13px;
  color: #444;
  text-align: center;
  cursor: pointer;
}

.screen-cont span.on {
  border: 1px solid #007bb7;
  color: #007bb7;
  border-radius: 4px;
}

.screen-cont.ts-bt span {
  color: #007bb7;
}

.message-cont table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.message-cont thead th {
  height: 66px;
  line-height: 66px;
  text-align: left;
  font-size: 13px;
  color: #333;
  background: #fafafa;
}

.message-cont tbody td {
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  color: #444;
}

.message-cont tbody td.descrip-tit {
  border-bottom: 1px solid #f6f6f6;
  height: 66px;
  line-height: 24px;
  padding-left: 137px;
  padding-bottom: 3px;
  color: #666;
}

.table-check {
  width: 7%;
  padding-left: 30px;
}

.shuRu-warp,
.qx {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: 0;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
  font-size: 14px;
  color: transparent;
  text-align: center;
  cursor: pointer;
}

.shuRu-warp.on,
.qx.on {
  color: #333;
}

/*实名认证页*/
.verifi-list table tbody td.c-red {
  color: red;
  line-height: 28px;
}

.c-red p {
  width: 218px;
  height: auto;
  line-height: 16px;
  margin: 0 auto;
  font-size: 12px;
  color: #999;
}

.name-verifi {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.sub-nav {
  overflow: hidden;
  width: 40%;
  height: 36px;
  line-height: 36px;
  margin: 30px auto;
  border: 1px solid #f0f0f0;
  border-radius: 20px;
}

.sub-nav li {
  float: left;
  width: 50%;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-left: 1px solid #f0f0f0;
  margin-left: -1px;
  cursor: pointer;
}

.sub-nav li.on {
  color: #fff;
  background: #00abf2;
}

.verifi-cont {
  overflow: hidden;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.verifiCont-left {
  width: 60%;
  height: auto;
  float: left;
}

.verifiCont-left li {
  overflow: hidden;
  height: 42px;
  color: #555;
  margin-bottom: 20px;
}

.verifiCont-left li i {
  display: block;
  float: left;
  line-height: 42px;
  font-style: normal;
}

.verifiCont-left li span {
  display: block;
  float: left;
  width: 132px;
  line-height: 42px;
  color: #999;
  text-align: right;
  margin-right: 30px;
}

.verifiCont-left li input[type="text"] {
  width: 210px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  text-indent: 20px;
  line-height: 40px;
  color: #555;
  background: #fff;
  border-radius: 4px;
}

.check-up {
  width: 210px;
  margin-top: 8px;
}

.verifiCont-right {
  float: right;
  width: 35%;
  min-height: 372px;
  padding: 0 15px;
  border-left: 1px solid #e9e9e9;
}

.verifi-tip {
  margin-top: 9px;
}

.verifi-tip li {
  line-height: 24px;
  padding: 4px 0 5px 22px;
  background: url("$../image/log_51.png") no-repeat 0 19px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.verifi-tip li.c-red {
  color: red;
}

.verifi-tip li a {
  color: #007bb7;
  text-decoration: underline;
}

.verifi-btn {
  width: 130px;
  height: 34px;
  line-height: 34px;
  margin-left: 145px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #f90;
  border-radius: 2px;
  font-weight: lighter;
  cursor: pointer;
}

.verifi-btn:hover {
  opacity: 0.8;
}

.verifi-list {
  overflow: hidden;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.verifiList-tit {
  height: 40px;
  line-height: 40px;
  margin: 30px 0;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.verifi-list table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

.verifi-list table thead th {
  height: 50px;
  line-height: 50px;
  font-size: 13px;
  color: #333;
  background: #fafafa;
}

.verifi-list table tbody td {
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  color: #444;
  border-bottom: 1px solid #f6f6f6;
}

.sigle-warp {
  float: left;
  height: 42px;
  line-height: 42px;
  color: #999;
}

.sigle-warp input[type="radio"] {
  vertical-align: middle;
  cursor: pointer;
}

.sigle-warp label {
  margin: 0 8px 0 2px;
  vertical-align: middle;
  cursor: pointer;
}

.setting .tishi.verifi-tip {
  height: auto;
  margin: 0 0 25px 360px;
}

/*推广页样式*/
.promot-head {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.promot-tit {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.img-log {
  display: block;
  float: left;
}

.promotTit-right {
  float: right;
  overflow: hidden;
}

.promotTit-right li {
  float: left;
  width: 190px;
  height: 46px;
  line-height: 46px;
  margin-top: 7px;
  margin-left: 27px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #ff9900;
  border-radius: 4px;
}

.promotTit-right li a {
  display: block;
  color: #fff;
}

.promotTit-right li img {
  vertical-align: middle;
}

.sc-log {
  width: 100%;
  height: 100%;
}

.ps_one {
  position: absolute;
  top: 19%;
  left: 7%;
  display: block;
  width: 80%;
}

.jieSao {
  position: absolute;
  top: 19%;
  left: 18%;
  width: 63%;
  height: 100%;
}

.jieSao img {
  width: 100%;
}

.jieSao ul {
  position: absolute;
  top: 7%;
  left: 0%;
}

.jieSao li {
  width: 94%;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  text-indent: 2em;
}

.case-warp {
  position: absolute;
  top: 16%;
  left: 20%;
  overflow: hidden;
  width: 63%;
  text-align: center;
}

.case-warp ul {
  margin-top: 7%;
}

.case-warp li {
  float: left;
  margin-left: 50px;
  width: 20%;
}

.case-warp li img,
.agentPerson-warp img {
  width: 100%;
}

.agent-allwarp,
.youShi,
.liuChen {
  position: absolute;
  top: 17%;
  left: 20%;
  overflow: hidden;
  width: 63%;
  text-align: center;
}

.agent-warp {
  overflow: hidden;
}

.agent-warp li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 38%;
  padding: 20px 15px;
  margin: 40px 0 0 57px;
  background: #fff;
  opacity: 0.7;
}

.agentPerson-warp {
  float: left;
  width: 137px;
  height: auto;
  margin-right: 42px;
}

.person-warp {
  float: left;
  width: auto;
}

.nane-tit {
  overflow: hidden;
  width: 100%;
  height: 40px;
}

.nane-tit h4 {
  display: block;
  float: left;
  line-height: 40px;
  font-size: 24px;
  color: #333;
}

.cont-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 83px;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  color: #ff9900;
  text-align: center;
  background: url("$../image/agent_log2.png") no-repeat;
}

.intro {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  padding-left: 25px;
  font-size: 14px;
  color: #333;
  text-align: left;
  background: url("$../image/icon.png") no-repeat;
}

.intro.qq {
  background-position: 0px 6px;
}

.intro.dh {
  background-position: 2px -20px;
}

.intro.yx {
  background-position: 1px -43px;
}

.person-warp p {
  width: 176px;
  margin-top: 1px;
}

.more-agent {
  display: block;
  margin-top: 40px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 100;
}

.advant p {
  position: absolute;
  top: 55%;
  left: 10%;
  width: 270px;
  height: auto;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  text-align: center;
  margin-top: 1%;
}

.advant h3 {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 270px;
  height: auto;
  font-size: 32px;
  color: #333;
  line-height: 24px;
  text-align: center;
}

.youShi ul {
  overflow: hidden;
  margin-top: 5%;
}

.youShi li {
  float: left;
  margin-left: 3%;
}

.youShi li img {
  height: 352px;
}

.liu_log {
  width: 100%;
  margin-top: 15%;
}

.switch {
  position: absolute;
  top: 22%;
  left: 20%;
  overflow: hidden;
  width: 63%;
  text-align: center;
}

.switch li {
  width: 100%;
  height: 82px;
  line-height: 82px;
  margin-top: 2%;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}

.switch li a {
  display: block;
  width: 100%;
  color: #fff;
}

/*个人中心新增样式*/
.sign-warp {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.qianDao {
  display: block;
  float: left;
}

.qianDao img {
  width: 140px;
  height: 50px;
}

.quanList {
  position: relative;
  float: left;
  display: block;
  max-width: 220px;
  height: 48px;
  line-height: 48px;
  padding: 0 22px;
  margin-left: 20px;
  border: 1px solid #f0f0f0;
  font-size: 14px;
  color: #aaa;
  text-align: center;
  border-radius: 5px;
}

.quanList:hover {
  border: 1px solid #ff7e00;
  color: #aaa;
}

.quanList img {
  display: block;
  position: absolute;
  left: -1px;
  top: 17px;
  width: 1px;
  height: 16px;
}

.quanList span {
  margin-left: 13px;
  font-size: 22px;
  color: #ff7e00;
  vertical-align: top;
}

/*优惠券样式*/
.couPon-warp {
  overflow: hidden;
  width: 1080px;
  height: auto;
  min-height: 500px;
  margin: 20px auto 40px;
  background: #fff;
}

.couPon-tab {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 20px 0;
  border-bottom: 1px solid #f6f6f6;
}

.couPon-tab li {
  float: left;
  width: 112px;
  height: 40px;
  line-height: 40px;
  margin-left: 30px;
  font-size: 13px;
  color: #333;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
}

.couPon-tab li.on {
  color: #fff;
  background: #00abf2;
}

.couPon-tab li a {
  color: #333;
}

.couPon-tab li.on a {
  color: #fff;
  background: #00abf2;
}

.couPon-cont {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.couPon-cont li {
  float: left;
  width: 460px;
  height: auto;
  background: #fafafa;
  margin-left: 45px;
  margin-top: 25px;
}

.couPon-left {
  float: left;
  width: 183px;
  height: 120px;
  line-height: 117px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: url("$../image/quanLog.png") no-repeat;
  font-weight: bold;
}

.couPon-left span {
  font-size: 70px;
  font-weight: bold;
}

.couPon-right {
  position: relative;
  float: right;
  width: 277px;
  height: 120px;
}

.couright-tit {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px dashed #eee;
}

.couright-tit h3 {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  color: #666;
}

.couright-tit p {
  overflow: hidden;
  margin-top: 8px;
  font-size: 12px;
  color: #aaa;
}

.couright-tit p span {
  overflow: hidden;
  display: inline-block;
  width: 165px;
  height: 34px;
  line-height: 34px;
  margin-right: 3px;
  vertical-align: top;
}

.couright-tit p a {
  display: inline-block;
  width: 78px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fdcd02;
  text-align: center;
  border: 1px solid #fdcd02;
  border-radius: 20px;
}

.couright-tit p a:hover {
  background: #fdcd02;
  color: #fff;
}

.couPon-tip {
  padding: 10px 0 10px 33px;
  font-size: 12px;
  color: #999;
  background: url("$../image/couTip_log.png") no-repeat 11px 9px;
}

.couPon-left.use {
  background: url("$../image/quanLog_two.jpg") no-repeat;
}

.couPon-use {
  display: block;
  position: absolute;
  top: 20px;
  right: 5px;
}

.big-radio + label.noAllow {
  background: #f0f0f0;
  cursor: not-allowed;
}

.color-organ {
  color: #ff8400;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

* + html .clearfix {
  min-height: 1%;
}

.filterbox.addClass .filtercontent .filterlist1 .tagcloud {
  float: left;
  width: 975px;
}

/*登录新增*/
.other {
  float: left;
  width: 237px;
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  margin-left: 50px;
}

.other span {
  display: block;
  float: left;
  font-size: 14px;
  color: #555;
}

.otherLogin {
  float: left;
}

.other a {
  color: #555;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  margin-left: 12px;
  margin-right: 5px;
  margin-top: 12.5px;
  font-size: 14px;
}

.other a.weixin {
  background: url("$../image/weiXin_log.png") no-repeat;
}

.other a.qq {
  background: url("$../image/qq_log.png") no-repeat;
}

.other a.weixin:hover,
.other a.qq:hover {
  color: #007bb7;
}

.addTips {
  display: block;
  width: 450px;
  margin: auto auto 15px;
  padding: 2px 0;
  font-size: 12px;
  color: #fd7700;
}

.register form .reg7.tsWidth {
  width: 176px;
  margin-top: 20px;
}

/*自媒体委托样式*/
.addClass .filtercontent {
  overflow: hidden;
  height: 290px;
}

.click-more {
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.innerMore {
  width: 143px;
  height: 22px;
  line-height: 22px;
  margin: 0 auto;
  font-size: 13px;
  color: #333;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.innerMore img {
  vertical-align: middle;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

* + html .clearfix {
  min-height: 1%;
}

/*砍价弹窗-begin-17-12-29*/
.price-btn .kanjia {
  display: inline-block;
  padding: 6px 14px;
  width: 100px;
  height: 54px;
  margin: 10px 30px;
  line-height: 54px;
  border-radius: 4px;
  border: 1px solid #f90;
  color: #f90;
  font-size: 26px;
  font-weight: 400;
}

.price-btn .kanjia:hover {
  background: #f60;
  color: #fff;
}

.tc-box-bg {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 1500px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 90000;
}

.kanjia-box .withdrawals {
  padding: 20px 40px;
}

.kanjia-box {
  position: relative;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
  width: 40%;
  min-width: 660px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 999;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.kanjia-box .withdrawals .wit11 {
  width: 70%;
}

.kanjia-box .withdrawals .tra7 p {
  color: #f90;
}

.kanjia-box .withdrawals .tra7 p b {
  color: #888;
  font-weight: normal;
}

.kanjia-box .textareabox {
  min-height: 56px;
}

.kanjia-box .withdrawals textarea.wit11 {
  min-height: 60px;
}

.kanjia-box .close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.kanjia-box .close a {
  display: inline-block;
  overflow: hidden;
  width: 35px;
}

.kanjia-box .close img {
  width: 100%;
}

/*砍价弹窗-end-17-12-29*/
/*新年放假公告-begin-18-02-12*/
.price-btn .kanjia {
  display: inline-block;
  padding: 6px 14px;
  width: 100px;
  height: 54px;
  margin: 10px 30px;
  line-height: 54px;
  border-radius: 4px;
  border: 1px solid #f90;
  color: #f90;
  font-size: 26px;
  font-weight: 400;
}

.price-btn .kanjia:hover {
  background: #f60;
  color: #fff;
}

.tc-box-holiday {
  position: absolute;
  width: 100%;
  min-height: 1500px;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 900;
}

.holiday-box .withdrawals {
  padding: 20px 40px;
}

.holiday-box {
  position: relative;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
  width: 771px;
  height: 603px;
  background: url("$../image/happynews.png") no-repeat;
  z-index: 999;
}

.holiday-box .close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.holiday-box .close a {
  display: inline-block;
  overflow: hidden;
  width: 35px;
}

.holiday-box .close img {
  width: 100%;
}

/*新年放假公告-end-18-02-12*/
/*委托大厅样式*/
.entrHall-warp {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 28px;
}

.entr-hot {
  overflow: hidden;
  width: 1058px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0 2px 20px;
  border: 1px solid #ddd;
}

.entrHot-left {
  overflow: hidden;
  float: left;
  width: 53%;
  height: auto;
}

.entrHot-right {
  overflow: hidden;
  float: left;
  width: 47%;
  height: auto;
}

.entrHot-left img,
.entrHot-right img {
  display: block;
  float: left;
  margin-top: 2px;
}

.entrHot-left .entrHotRight-box {
  float: left;
  width: 67%;
  margin-left: 20px;
}

.entrHot-right .entrHotRight-box {
  float: left;
  width: 65%;
  margin-left: 20px;
}

.entrHotRight-box a {
  display: inline-block;
  width: auto;
  margin: 0 25px 12px 0;
  font-size: 14px;
  color: #333;
}

.entrHotRight-box a.on {
  color: #1988be;
}

.entrHotRight-box a:hover {
  color: #1988be;
}

.domain .dn-left .dn-hot.dn-two,
.domain .site-right .site-hot.site-two {
  border-top: 3px solid #ff9900;
}

.domain .dn-left .dn-hot.dn-three,
.domain .site-right .site-hot.site-three {
  border-top: 3px solid #7bb400;
}

.domain .dn-left .dn-hot.dn-four,
.domain .site-right .site-hot.site-four {
  border-top: 3px solid #009dea;
}

.domain .dn-left .dn-hot.dn-two table tr td div,
.domain .site-right .site-hot.site-two table tr td div {
  border: 3px solid #ff9900;
}

.domain .dn-left .dn-hot.dn-three table tr td div,
.domain .site-right .site-hot.site-three table tr td div {
  border: 3px solid #7bb400;
}

.domain .dn-left .dn-hot.dn-four table tr td div,
.domain .site-right .site-hot.site-four table tr td div {
  border: 3px solid #009dea;
}

.domain.pb-number {
  padding-bottom: 80px;
}

/*新帮助中心页面*/
.helpSearch {
  width: 100%;
  height: 250px;
  background: #fafafa url("$../image/help-tit2.png") no-repeat bottom center;
}

.helpSearch-box {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
}

.helpSearch-tit {
  width: 100%;
  font-size: 40px;
  color: #4c4c4c;
  text-align: center;
}

.helpSearch-warp {
  overflow: hidden;
  width: 668px;
  height: auto;
  margin: 30px auto 0;
  border: 2px solid #ff9900;
  background: #fff;
}

.helpSearch-left {
  overflow: hidden;
  float: left;
  width: 514px;
  height: 56px;
  line-height: 56px;
  padding-left: 44px;
  background: url("$../image/help_search.png") no-repeat 14px center;
}

.helpSearch-left input {
  width: 516px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #555;
  border: none;
}

.helpSearch-right {
  float: left;
  display: block;
  width: 110px;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #ff9900;
}

.label-warp {
  overflow: hidden;
  width: 642px;
  height: auto;
  margin: 10px auto 0;
  padding-left: 0;
}

.label-warp li {
  float: left;
  margin-right: 25px;
  font-size: 14px;
  color: #1988be;
  font-weight: bold;
}

.label-warp li a {
  color: #1988be;
  font-weight: 400;
}

.label-warp li a:hover {
  text-decoration: underline;
}

.label-warp li.ts-c {
  color: #666;
}

.helpCont-warp {
  overflow: hidden;
  width: 1038px;
  height: auto;
  margin: 30px auto 70px;
  padding-left: 40px;
  padding-bottom: 65px;
  border: 1px solid #f3f3f3;
}

.helpCont-left {
  float: left;
  width: 68%;
}

.helpCont-left li {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 30px 0;
  border-bottom: 1px dashed #f3f3f3;
}

.helpCont-left li span,
.helpResult-tit span {
  color: #ff9900;
}

.helpCont-left li p {
  font-size: 18px;
  color: #555;
  font-weight: bold;
}

.helpCont-left li .help-result {
  line-height: 26px;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.helpResult-warp {
  overflow: hidden;
  width: 1078px;
  padding-left: 0;
  margin-top: 10px;
}

.helpResult-left {
  padding-left: 40px;
  width: 94%;
  float: none;
}

.helpResult-box {
  overflow: hidden;
  float: left;
  width: 68%;
}

.helpResult-tit {
  width: 98%;
  height: auto;
  padding: 20px 0;
  text-indent: 13px;
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #f3f3f3;
}

.left-iamge {
  overflow: hidden;
  float: left;
  width: 40px;
  margin-right: 26px;
  margin-top: -2px;
}

.left-iamge img {
  width: 100%;
}

.right-warp {
  float: left;
  width: 90%;
}

.right-warp h3 {
  font-size: 18px;
  color: #555;
}

.detail-question {
  width: 100%;
  margin-top: 12px;
}

.detail-question a {
  display: inline-block;
  margin: 16px 40px 0 0;
  font-size: 14px;
  color: #1988be;
}

.detail-question a:hover {
  text-decoration: underline;
}

.helpCont-right {
  float: right;
  width: 285px;
  height: auto;
  margin: 18px 20px 0 25px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.helpRight-tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
  text-align: center;
  background: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
}

.helpRight-min {
  overflow: hidden;
  padding: 6px 0 16px 0;
}

.helpRight-min li {
  float: left;
  width: 105px;
  height: 38px;
  line-height: 38px;
  margin: 10px 10px 0 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.helpRight-min li a {
  display: block;
  color: #555;
}

.helpRight-min li img,
.helpRight-min li span {
  vertical-align: middle;
}

.helpRight-min li.ts {
  width: 246px;
  font-size: 14px;
  color: #1c1c1c;
  text-align: left;
}

.helpRight-min li.ts img {
  margin-left: 12px;
}

/*新帮助中心详情页*/
.helpDetail-warp {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 20px auto 94px;
}

.helpDetail-left {
  float: left;
  width: 65%;
}

.helpDetail-left h3 {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #007bb7;
}

.helpDetail-box {
  overflow: hidden;
  width: 100%;
  margin-top: 14px;
  font-size: 14px;
  color: #666;
  line-height: 35px;
}

.helpDetail-box p,
.helpDetail-box span,
.helpDetail-box strong {
  font-size: 14px !important;
}

.DetailLeft-bottom {
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-top: 88px;
  padding: 0 10px;
  background: #f8f8f8;
  text-align: center;
}

.DetailLeft-bottom .one-block {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 43%;
  font-size: 14px;
  color: #333;
}

.DetailLeft-bottom .two-block {
  position: absolute;
  top: 0;
  left: 44%;
  display: inline-block;
  width: 10%;
  font-size: 14px;
  color: #007bb7;
  margin: 0 1%;
}

.helpDetail-right {
  float: right;
  width: 28%;
  margin-left: 70px;
}

.helpDetail-person {
  margin: 0;
  float: none;
}

.about-link {
  margin-top: 25px;
}

.about-link h3 {
  font-size: 22px;
  color: #444;
}

.aboutLink-warp {
  width: 100%;
  height: auto;
  margin-top: 5px;
}

.aboutLink-warp li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 20px;
  padding-left: 26px;
  font-size: 16px;
  color: #1988be;
  background: url("$../image/ball_log.png") no-repeat left center;
}

.aboutLink-warp li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  color: #1988be;
}

.ts-r {
  text-align: right;
  float: right !important;
}

.helpRrsult_no {
  width: 100%;
  height: auto;
  min-height: 200px;
  font-size: 18px;
  color: #666;
  padding: 20px 0 0 20px;
}

/*充值提示弹框*/
.cusoter-tit {
  font-size: 26px;
  color: #333;
}

.cusoter-cont {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  line-height: 24px;
}

.cusoter-cont p {
  margin-top: 15px;
}

.c-orgin {
  color: #ff7800;
}

.cusoter-btn {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin: 10px auto 20px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #1c7ab4;
  border-radius: 4px;
}

.cusoter-btn:hover {
  color: #fff;
  background: rgba(28, 122, 180, 0.9);
}

.kanjia-box.cusot-guanBi {
  top: 50px !important;
}

/*新经纪人页面*/
.ecoman-warp {
  width: 100%;
  height: auto;
  background: #f7f7f7;
}

.ecoman-box {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 80px;
}

.ecoman-tit {
  overflow: hidden;
  width: 100%;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin: 50px 0 0;
}

.ecoman-tit span {
  vertical-align: middle;
  padding: 0 25px;
}

.ecoman-min {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.ecoman-min li {
  position: relative;
  float: left;
  width: 336px;
  height: 371px;
  margin-left: 31px;
  margin-top: 50px;
  border: 1px solid #ededed;
  background: #fff;
}

.ecoman-min li:nth-child(3n + 1) {
  margin-left: 0;
}

.border-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 8px;
  background: #007cba;
}

.ecoman-person {
  overflow: hidden;
  width: 70%;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom: 1px solid #ededed;
}

.ecoman-peopel {
  position: relative;
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.ecoman-peopel img {
  width: 80px;
  height: 80px;
}

.ecoman-name {
  overflow: hidden;
  float: left;
  width: 52%;
  height: 58px;
  margin-top: 10px;
}

.ecoman-name h3 {
  overflow: hidden;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #333;
}

.ecoman-name p {
  overflow: hidden;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}

.ecoman-info {
  overflow: hidden;
  width: 75%;
  height: 20px;
  margin: 15px 0 0 52px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}

.ecoman-info span {
  overflow: hidden;
  display: inline-block;
  width: 37px;
  height: 20px;
  line-height: 20px;
  color: #888;
}

.ecoman-info p {
  overflow: hidden;
  display: inline-block;
  width: 80%;
  height: 20px;
  line-height: 20px;
}

.ecoman-info i {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
  width: 80%;
  height: 20px;
  line-height: 20px;
  font-style: normal;
  color: #0f75ce;
}

.ecomanBg-one {
  background: url("$../image/small_qq.png") no-repeat left center;
}

.ecomanBg-two {
  background: url("$../image/small_phone.png") no-repeat left center;
}

.ecomanBg-three {
  background: url("$../image/smaii_number.png") no-repeat left center;
}

.ecomanBg-four {
  background: url("$../image/small_email.png") no-repeat left center;
}

.ecomanBg-five {
  background: url("$../image/small_sc.png") no-repeat left center;
}

.ecoman-btn {
  overflow: hidden;
  width: 70%;
  margin: 20px auto;
}

.ecoman-btn a {
  display: block;
  float: left;
  width: 50px;
  height: 30px;
  line-height: 29px;
  margin-left: 20px;
  padding-left: 42px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
}

.ecomanBtn-one {
  background: #e65634 url("$../image/jiaoTan_one.png") no-repeat 17px center;
}

.ecomanBtn-two {
  background: #92c55b url("$../image/jiaoTan_two.png") no-repeat 17px center;
}

.ecomanBtn-one:hover {
  background-color: rgba(230, 86, 52, 0.7);
}

.ecomanBtn-two:hover {
  background-color: rgba(146, 197, 91, 0.7);
}

.ecoman-ma {
  display: none;
  width: 100%;
  padding: 61px 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
}

.ecoman-ma img {
  width: 178px;
  height: 178px;
}

.new_ecomanma {
  height: 148px;
}

.border-small.borderTwo {
  background: #ff9900;
}

.ecoman-all {
  min-height: 165px;
  width: 100%;
}

.new_kefu_center {
  min-height: 135px;
}

.ecoPeopel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url("$../image/ecoMan_bg.png") no-repeat;
}

.ecomanNew-left {
  float: left;
  width: 703px;
  height: auto;
}

.ecomanNew-right {
  display: block;
  float: left;
  width: 346px;
  height: auto;
  margin-left: 31px;
}

.ecomanNew-left img,
.ecomanNew-righ img {
  width: 100%;
  height: auto;
}

/*投诉与建议*/
.complant-tit {
  width: 100%;
  height: 431px;
  background: url("$../image/comPlaint.png") no-repeat left top;
}

.complant-header {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 65px 0;
}

.complant-header h3 {
  width: 100%;
  height: auto;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.complant-header p {
  width: 100%;
  height: auto;
  margin-top: 18px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.complant-list {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

.complant-list li {
  float: left;
  min-width: 135px;
  height: 48px;
  line-height: 48px;
  padding: 0 99px;
  font-size: 16px;
  color: #fff;
  background: url("$../image/complan_line.png") no-repeat left center;
}

.complant-list li:first-child {
  margin-left: -1px;
}

.complant-list li span {
  float: left;
  display: block;
  font-size: 44px;
}

.complant-list li .complant-number {
  float: left;
  margin-left: 20px;
}

.complant-list li i {
  display: block;
  font-style: normal;
  height: 24px;
  line-height: 24px;
}

.complant-show {
  width: 302px;
  height: 60px;
  line-height: 60px;
  margin: 65px auto;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: url("$../image/complant_btn.png") no-repeat;
}

.complant-cont {
  width: 1080px;
  height: auto;
  background: #fff;
  margin: 0 auto;
}

.complant-cont .complant-first {
  line-height: 28px;
  padding: 55px 0 55px 117px;
  font-size: 16px;
  color: #888;
}

.complant-detail {
  width: 90%;
  height: auto;
  border-top: 1px dashed #ededed;
  border-bottom: 1px dashed #ededed;
  padding-left: 117px;
}

.complant-detail li {
  overflow: hidden;
  margin-top: 40px;
}

.complant-detail li span {
  float: left;
  display: block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  font-size: 15px;
  color: #777;
  text-align: right;
  font-weight: bold;
}

.complant-detail li span.on {
  width: 63px;
  padding-right: 17px;
  background: url("$../image/mustWrit_log.png") no-repeat right center;
}

.complant-detail li select {
  float: left;
  width: 300px;
  height: 38px;
  line-height: 38px;
  text-indent: 5px;
  border: 1px solid #dadada;
  background: url("$../image/yhk_xiala.jpg") right center no-repeat;
}

.date-warp {
  float: left;
  width: 300px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  text-indent: 5px;
  border: 1px solid #dadada;
  background: url("$../image/date_log.png") 270px center no-repeat;
  cursor: pointer;
}

.date-warp input[type="text"] {
  width: 100% !important;
  background: transparent;
}

.complant-detail li textarea {
  float: left;
  width: 70%;
  min-height: 110px;
  font-size: 16px;
  color: #8a8a8a;
  border: 1px solid #ededed;
  text-indent: 5px;
  padding: 5px 0;
  outline: none;
}

.complant-detail li input[type="text"] {
  float: left;
  width: 70%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #8a8a8a;
  border: 1px solid #ededed;
  text-indent: 5px;
}

.comlian-tip {
  float: left;
  width: 70%;
  margin: 10px 0 0 95px;
  font-size: 14px;
  color: #999;
}

.comlian-tip .c-yellow {
  color: #ff9900;
  font-style: normal;
}

.complant-file {
  float: left;
  width: 70%;
  height: 33px;
  line-height: 33px;
  padding-top: 7px;
}

.complant-file input[type="file"] {
  width: 96%;
  border: 0;
}

.complant-sure {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  margin-left: 80px;
  margin-bottom: 40px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #007bb7;
  border-radius: 5px;
}

.complant-sure:hover {
  color: #fff;
  background: rgba(0, 123, 183, 0.7);
}

.thank-word {
  padding: 30px 90px 35px 117px;
  font-size: 16px;
  color: #888;
  line-height: 28px;
}

.complant-all {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-bottom: 100px;
}

/*换一换页面样式*/
.filterbox .filtercontent .filterlist1 .tagcloud a.on.on1 {
  padding: 0;
  margin-right: 10px;
  z-index: 100;
  position: relative;
  background: none;
  border: none;
}

.filterbox .filtercontent .filterlist1 .tagcloud a.on.on1 span {
  margin-right: 0;
  border: none;
  border: 1px solid #007bb7;
  color: #007bb7;
}

.tagselect a.now {
  border: none;
}

.huan-warp {
  position: relative;
}

._nav {
  position: absolute !important;
  z-index: 103;
  top: 52px;
}

.filterbox .filtercontent .filterlist1.huan-warp .tagcloud {
  width: 800px;
}

.huan-warp .tagselect {
  width: 700px;
}

.exchangeNew-btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  width: 120px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #1988be;
  text-align: center;
  background: url("$../image/exchangeNew_one.png") no-repeat 20px center;
  padding-left: 30px;
  border: 1px solid #1988be;
  border-radius: 2px;
}

.exchangeNew-search {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 12px 0;
}

.exchangeNew-left {
  overflow: hidden;
  float: left;
  width: 520px;
  height: auto;
  margin-top: 8px;
}

.exchangeNew-left span {
  float: left;
  display: block;
  padding: 10px 20px 8px 0;
  font-size: 13px;
  color: #aaa;
}

.exchangeNew-left input {
  float: left;
  display: block;
  width: 316px;
  height: 36px;
  line-height: 36px;
  padding-left: 30px;
  border: 1px solid #b1b3b3;
  background: none;
  text-indent: 10px;
  font-size: 14px;
  color: #aaa;
  border-radius: 2px;
  background: url("$../image/exchangeNew_two.png") 16px center no-repeat;
}

.exchangeNew-left a {
  float: left;
  display: block;
  width: 74px;
  height: 36px;
  line-height: 36px;
  margin-left: 9px;
  border: 1px solid #b1b3b3;
  font-size: 14px;
  color: #222;
  text-align: center;
  border-radius: 2px;
  background: #f8f8f8;
}

.exchangeNew-right {
  float: left;
  width: 507px;
  height: auto;
  margin-left: 20px;
}

.exchangeNew-right img,
.exchangeNew-tu img {
  width: 100%;
}

.exchangeNew-tu {
  width: 1080px;
  height: auto;
  margin: 12px auto 0;
}

.huan-classfiy {
  overflow: hidden;
  float: left;
  width: 70%;
  height: 36px;
  padding: 3px 0;
}

.huan-classfiy li {
  float: left;
  width: 84px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #555;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.huan-classfiy li.on {
  color: #fff;
  background: #92c8e9;
}

.huan-relut {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #1988be;
  padding-left: 20px;
}

.hiuanBiao-qian {
  position: relative;
  float: left;
  width: 72%;
  height: auto;
}

.hiuanBiao-qian li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.hiuanBiao-qian li a {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 8px 10px;
  font-size: 14px;
  color: #222;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  z-index: 100;
}

.hiuanBiao-qian li.on a {
  border-bottom: 1px solid #fafafa;
  background: #fafafa;
  padding: 17px 12px;
}

.hiuanBiao-sub {
  position: absolute;
  top: 53px;
  left: 0;
  width: 712px;
  height: auto;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  z-index: 99;
}

.hiuanBiao-sub.ts-top {
  top: 100px;
}

.hiuanBiao-sub span {
  height: 48px;
  line-height: 48px;
  padding: 0 15px !important;
  font-size: 14px;
  color: #333 !important;
  cursor: pointer;
}

.hiuanBiao-sub span.cur {
  color: #1988be !important;
}

.hiuanBiao-line {
  height: 55px;
}

.domain.exchange-tab .dn-left .dn-hot table tr td a,
.domain.exchange-tab .site-right .site-hot table tr td a {
  border-bottom: 1px solid #ddd;
}

.hiuanBiao-qian li.ts-ex a {
  border: 1px solid #1988be;
  color: #1988be;
}

/*换一换入口*/
.exchangEnter-btn {
  display: inline-block;
  padding: 6px 14px;
  width: 120px;
  height: 54px;
  margin: 10px 0px;
  line-height: 54px;
  border-radius: 4px;
  border: 1px solid #f90;
  color: #f90;
  font-size: 26px;
  font-weight: 400;
  text-indent: 20px;
  background: url("$../image/exchangeEnter_log.png") no-repeat 14px center;
}

.exchangEnter-btn:hover {
  background: #f60 url("$../image/exchangeEnter_two.png") no-repeat 14px center;
}

.changeDetail-price {
  padding-left: 83px;
  margin: 10px auto;
  font-size: 40px;
  color: #ff9900;
}

.dndetail-l .dnms.exchangeDetail-tit p b {
  width: 75px;
}

.exchang-bottom {
  border-bottom: 1px dashed #ddd;
}

.want-change {
  overflow: hidden;
  height: auto;
  padding: 30px 0 30px 25px;
  border-bottom: 1px dashed #ddd;
}

.exChange-comtit {
  overflow: hidden;
  width: 90%;
  height: 22px;
  line-height: 22px;
  margin-bottom: 23px;
  padding-left: 24px;
  font-size: 14px;
  color: #333;
  background: url("$../image/exChange_detail.png") no-repeat left center;
}

.exdetail-list {
  overflow: hidden;
  height: auto;
  padding-left: 33px;
}

.exdetail-list li {
  overflow: hidden;
  height: auto;
  margin-top: 15px;
}

.exdetail-list li:first-child {
  margin-top: 0;
}

.exdetail-list li span {
  display: inline-block;
  width: 54px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  vertical-align: top;
}

.exdetail-list li input {
  display: inline-block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  border: 1px solid #dedede;
  border-radius: 4px;
  text-indent: 12px;
  vertical-align: top;
}

.exdetail-list li p {
  margin-top: 10px;
  font-size: 13px;
  color: #f90;
  margin-left: 60px;
}

.exdetail-list li p i {
  color: #888;
  font-style: normal;
}

.exdetail-list li textarea {
  width: 81%;
  min-height: 60px;
  line-height: 24px;
  padding-top: 10px;
  color: #999;
  font-size: 14px;
  border: 1px solid #dedede;
  text-indent: 12px;
  border-radius: 4px;
  vertical-align: top;
  outline: none;
}

.exdetailBtn-warp {
  overflow: hidden;
  margin-left: 92px;
  margin-top: 15px;
}

.exdetail-btn {
  display: inline-block;
  width: 108px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #1988be;
  border-radius: 2px;
}

.exdetail-btn:hover {
  opacity: 0.9;
  color: #fff;
}

.exdetailBtn-tip {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  font-size: 14px;
  color: #1988be;
}

.exchange-yuming {
  overflow: hidden;
  height: auto;
  padding: 30px 0 0 25px;
}

.exyu-list,
.exchange-pei {
  overflow: hidden;
  width: 86%;
  height: auto;
  padding: 5px 5px 18px 25px;
  border: 1px solid #dedede;
}

.exyu-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.exdetailBtn-more {
  font-size: 14px;
  color: #1988be;
}

.exchange-pei {
  margin-bottom: 30px;
}

.exchange-pei li {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.exchange-pei li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 50%;
  height: auto;
  font-size: 14px;
  color: #666;
  background: url("$../image/changeDetail_one.png") no-repeat left center;
  text-indent: 10px;
}

.exchange-pei .exdetailBtn-more {
  padding-left: 10px;
}

.exyou-like,
.exchange-press {
  margin-top: 20px;
}

.exLike-list {
  overflow: hidden;
  padding: 10px 0 20px;
  border-bottom: 1px dashed #ddd;
}

.exLike-list li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 33%;
  height: 20px;
  line-height: 20px;
  margin: 15px 22px 0;
  font-size: 14px;
  color: #333;
}

.exLike-list li img {
  margin-right: 5px;
}

.exyou-box {
  border: 1px solid #dedede;
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.exyou-more {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #1988be;
  text-align: center;
}

.exPress-list {
  border: 1px solid #dedede;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 10px 0 15px;
}

.exPress-list li {
  overflow: hidden;
  height: auto;
  margin: 15px 13px 0 22px;
  font-size: 14px;
  color: #333;
}

.express-left {
  float: left;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 23px;
  margin-right: 10px;
  font-size: 14px;
  color: #fff;
  background: url("$../image/changeDetail_two.png") no-repeat;
  text-indent: 7px;
}

.express-right {
  float: left;
  width: 83%;
  height: auto;
  line-height: 23px;
  font-size: 14px;
  color: #333;
}

.express-tip {
  padding-left: 7px;
}

.express-tip span {
  color: #ff9900;
}

#huan-enter textarea,
#huanHuan textarea {
  padding-top: 10px;
  line-height: 20px;
}

/*新版关于我们*/
.bannerTrade.aboutNew-bg {
  background: url("$../image/aboutNew_tit.png") no-repeat center top;
}

.aboutNew-list li {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  font-size: 30px;
  color: #1b1b1b;
  border-bottom: 1px solid #ededed;
}

.aboutNew-list li:last-child {
  border-bottom: none;
}

.aboutNew-list .aboutNew-com {
  width: 100%;
  height: auto;
  margin: 40px 0;
  text-align: center;
}

.aboutNew-list .aboutNew-com img {
  max-width: 100%;
}

.aboutNew-list .aboutNew-img {
  width: 100%;
  height: auto;
  text-align: center;
}

.aboutNew-list .aboutNew-img img {
  width: 100%;
}

.aboutNew-jieshao {
  width: 100%;
  height: auto;
  line-height: 26px;
  font-size: 14px;
  color: #565656;
  text-indent: 2rem;
}

.aboutNew-jieshao p {
  margin-top: 20px;
}

/*新版普通商品*/
.public-warp {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.tranPross {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background: #f7f7f7;
}

.minTwo-cont {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 65px auto 25px;
}

.minTwo-cont li {
  position: relative;
  float: left;
  width: 21.7%;
  height: auto;
  margin-right: 0;
}

.minTwo-cont li:last-child {
  width: 13%;
}

.minTwo-cont li:last-child {
  margin-right: 0;
}

.minTwo-cont li p {
  width: 96%;
  height: auto;
  margin-top: 20px;
  font-size: 14px;
  color: #454545;
}

.minTwo-cont li .poss-one {
  width: 142px;
  height: 143px;
  background: url("$../image/liuchen_one.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-two {
  width: 142px;
  height: 143px;
  background: url("$../image/liuchen_two.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-three {
  width: 142px;
  height: 143px;
  background: url("$../image/liuchen_three.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-four {
  width: 142px;
  height: 143px;
  background: url("$../image/liuchen_four.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-five {
  width: 142px;
  height: 143px;
  background: url("$../image/liuchen_five.png") no-repeat 8px 9px;
}

.minTwo-cont li:hover {
  position: relative;
  float: left;
  height: auto;
  margin-right: 0;
}

.minTwo-cont li:hover .minTwo-cont li p {
  margin-top: 0;
}

.minTwo-cont li:hover .poss-one {
  width: 142px;
  height: 143px;
  background: url("$../image/liu_one.png") no-repeat;
}

.minTwo-cont li:hover .poss-two {
  width: 142px;
  height: 143px;
  background: url("$../image/liu_two.png") no-repeat;
}

.minTwo-cont li:hover .poss-three {
  width: 142px;
  height: 143px;
  background: url("$../image/liu_three.png") no-repeat;
}

.minTwo-cont li:hover .poss-four {
  width: 142px;
  height: 143px;
  background: url("$../image/liu_four.png") no-repeat;
}

.minTwo-cont li:hover .poss-five {
  width: 142px;
  height: 143px;
  background: url("$../image/liu_five.png") no-repeat;
}

.snow {
  display: block;
  position: absolute;
  top: 57px;
  right: 3px;
}

.orginGoods-box {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.orginGoods-tit {
  display: block;
  width: 100%;
  height: auto;
  padding: 80px 0 40px;
  font-size: 30px;
  color: #1b1b1b;
  text-align: center;
}

.orginGoods-list {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.orginGoods-list li {
  float: left;
  width: 44%;
  height: auto;
  margin-top: 40px;
  padding: 0 3%;
}

.orginGoods-img {
  width: 100%;
  height: 146px;
  text-align: center;
}

.orginGoods-list li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-size: 23px;
  color: #565656;
  text-align: center;
}

.orginGoods-list li h3.mt {
  margin-top: 10px;
}

.orginGoods-list li p {
  overflow: hidden;
  width: 100%;
  height: 72px;
  line-height: 24px;
  margin-top: 10px;
  font-size: 14px;
  color: #565656;
}

.orginGoods-trade {
  display: block;
  width: 214px;
  height: 68px;
  line-height: 68px;
  margin: 80px auto;
  font-size: 20px;
  color: #0d45b5;
  text-align: center;
  border: 1px solid #1d9de3;
  border-radius: 10px;
}

.orginGoods-pross {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 25px;
  font-size: 30px;
  color: #1b1b1b;
  text-align: center;
}

.orginGoods-advant {
  width: 100%;
  height: auto;
  margin: 80px auto;
  background: url("$../image/left_line.png") repeat-x left center;
}

.orginGoods-advant h3 {
  display: block;
  width: 60%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 30px;
  color: #1b1b1b;
  text-align: center;
  background: #fff;
}

.orginAdvant-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 58px 0;
  margin-bottom: 80px;
  background: url("$../image/orginGoods_five.png") no-repeat left center;
}

.orginAdvant-btn {
  float: left;
  display: block;
  width: 194px;
  height: 58px;
  line-height: 58px;
  margin: 142px 0 0 40px;
  font-size: 20px;
  color: #ff8400;
  text-align: center;
  border: 1px solid #ff7e00;
  background: #fff9f2;
  border-radius: 10px;
}

.orginAdvant-btn:hover {
  background: #ff8400;
  color: #fff;
}

.orginAdvant-left {
  overflow: hidden;
  float: left;
  width: 75%;
  height: 341px;
  padding: 0 0 0 2%;
  background: url("$../image/orginGoods_six.png") no-repeat left center;
  background-size: 100% 100%;
}

.orginAdvant-left li {
  float: left;
  width: 50%;
  height: auto;
  margin-top: 38px;
}

.orginAdvant-left li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: auto;
  font-size: 23px;
  color: #fff;
}

.orginAdvant-left li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 88%;
  height: auto;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  padding-left: 37px;
}

/*新版服务协议*/
.serveNew-box {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.serveNew-tit {
  width: 100%;
  height: auto;
  padding: 70px 0;
  font-size: 30px;
  color: #1b1b1b;
  text-align: center;
}

.serveNew-tit img,
.serveNew-tit span {
  vertical-align: middle;
}

.serveNew-secur {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0 0 70px;
  border-bottom: 1px solid #ededed;
}

.serveNew-secur li {
  float: left;
  width: 22.33%;
  height: auto;
  margin-right: 2%;
  padding-left: 0px;
  padding-left: 85px;
}

.serveNew-secur li.bgone {
  background: url("$../image/serverNew_one.png") no-repeat left center;
}

.serveNew-secur li.bgtwo {
  background: url("$../image/serverNew_two.png") no-repeat left center;
}

.serveNew-secur li.bgthree {
  background: url("$../image/serverNew_three.png") no-repeat left center;
}

.serveNew-secur li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: auto;
  font-size: 21px;
  color: #565656;
  font-weight: 400;
}

.serveNew-secur li p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 7px;
  font-size: 14px;
  color: #717171;
}

.serveNew-profess {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0 0 70px;
}

.serveNew-profess li {
  float: left;
  width: 33.33%;
  height: auto;
  text-align: center;
}

.serveNew-profess li h3,
.serveNew-protwo li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 7px;
  font-size: 21px;
  color: #565656;
  font-weight: 400;
}

.serveNew-protwo {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0 0 70px;
  border-bottom: 1px solid #ededed;
}

.serveNew-protwo li {
  float: left;
  width: 25%;
  height: auto;
  text-align: center;
}

.serveNew-media {
  width: 100%;
  height: auto;
  margin: 70px auto;
  background: url("$../image/left_line.png") repeat-x left center;
}

.serveNew-media h3 {
  display: block;
  width: 60%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  font-size: 30px;
  color: #1b1b1b;
  text-align: center;
  background: #fff;
  font-weight: 400;
}

.serveNew-intro {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 70px;
}

.serveNew-left {
  float: left;
}

.serveNew-right {
  float: right;
  width: 50%;
  height: auto;
  margin-left: 2%;
}

.serveNew-right p {
  width: 100%;
  height: auto;
  line-height: 24px;
  margin-top: 45px;
  font-size: 14px;
  color: #565656;
}

.serveNew-right .serveNew-btn {
  display: block;
  width: 166px;
  height: 50px;
  line-height: 50px;
  margin-top: 45px;
  font-size: 20px;
  color: #f69402;
  text-align: center;
  border: 1px solid #f69402;
  border-radius: 8px;
}

.serveNew-right .serveNew-btn:hover {
  background: #f69402;
  color: #fff;
}

.serveNew-case {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.serveNew-case li {
  float: left;
  width: 33.33%;
  height: auto;
  padding: 2px 0;
  text-align: center;
  margin-bottom: 50px;
}

.serveNew-case li a {
  display: block;
}

.serveNew-case li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/*头部新增我的消息*/
.top-navr a.xiaoXi-new {
  padding-left: 18px;
  background: url($../image/message_log.png) no-repeat center left;
  margin-right: 15px;
}

.xiaoXi-new span {
  font-size: 12px;
  color: #848585;
  vertical-align: middle;
}

.xiaoXi-new:hover span {
  color: #f90;
}

.xiaoXi-new i {
  font-style: normal;
  font-size: 11px;
  color: #f00;
  padding-left: 5px;
  vertical-align: 1px;
}

/*新版售后服务*/
.saleNew-cont {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 15px 0 64px;
}

.saleNew-box {
  width: 100%;
  height: auto;
}

.saleNew-box h3 {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0;
  font-size: 20px;
  color: #3d3d3d;
  font-weight: lighter;
}

.saleNew-order {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0 0 30px;
  border-bottom: 6px solid #f5f4f4;
}

.saleNew-order li {
  float: left;
  width: 20%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #636363;
  text-align: center;
}

.saleNew-order li.ts-two {
  width: 30%;
}

.saleNew-order li.ts-three {
  width: 10%;
}

.saleNew-order .c-blue {
  color: #019ff9;
}

.saleNew-order .c-red {
  color: #ff0000;
}

.saleNew-write {
  width: 100%;
  height: auto;
}

.saleNew-write textarea {
  display: block;
  width: 88%;
  height: auto;
  line-height: 22px;
  min-height: 200px;
  font-size: 14px;
  color: #757575;
  padding: 18px 2%;
  border: 1px solid #fceede;
  border-radius: 6px;
  outline: none;
}

.saleNew-file {
  width: 100%;
  height: auto;
  padding: 0 0 20px;
  box-sizing: border-box;
}

.saleNew-img {
  position: relative;
  float: left;
  width: 96px;
  height: 96px;
  margin-right: 20px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.saleNew-img img {
  width: 100%;
  height: 96px;
}

.saleNew-img button {
  display: block;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 21px;
  height: 21px;
  background: url("$../image/saleNew_close.png") no-repeat left center;
  background-size: 100% 100%;
  outline: none;
  cursor: pointer;
}

.saleNew-img-car {
  width: 180px;
  height: 180px;
}

.saleNew-img-car img {
  width: 100%;
  height: 100%;
}

.saleNew-up {
  position: relative;
  float: left;
  width: 94px;
  height: 74px;
  padding-top: 20px;
  text-align: center;
  border: 1px solid #f0f0ef;
  border-radius: 6px;
}

.saleNew-up img {
  height: 54px;
  vertical-align: middle;
  cursor: pointer;
}

.saleNew-up-car {
  position: relative;
  float: left;
  width: 180px;
  height: 158px;
  padding-top: 20px;
  text-align: center;
  border: 1px solid #f0f0ef;
  border-radius: 6px;
}

.saleNew-up-car img {
  height: 54px;
  vertical-align: middle;
  cursor: pointer;
}

.saleNew-file-car {
  /* width: 80%; */
  display: block;
  margin: 0;
  cursor: pointer;
  padding-top: 15px;
}

.dd-car {
  margin: 0 !important;
  float: none !important;
}

.saleNew-wen {
  display: block;
  position: absolute;
  top: 37%;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: auto;
  opacity: 0;
  cursor: pointer;
}

#dd {
  width: auto;
  height: auto;
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}

.saleNew-adver {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.saleNew-btn {
  overflow: hidden;
  display: block;
  width: 500px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: url("$../image/shenQin_btn.png") no-repeat left center;
  cursor: pointer;
}

/*新版列表退订*/
.listUnsub-cont {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.listUnsub-tit {
  width: 100%;
  height: auto;
  padding: 48px 0;
  border-bottom: 1px solid #f5f4f4;
  text-align: center;
}

.listUnsub-warp {
  width: 95%;
  height: auto;
  padding: 30px 0 30px 18%;
  box-sizing: border-box;
}

.listUnsub-tip {
  width: 97%;
  height: 46px;
  line-height: 46px;
  padding-left: 6%;
  background: url("$../image/listUnsub_tip.png") no-repeat left center;
  font-size: 22px;
  color: #ff9900;
}

.listUnsub-tip span {
  color: #757575;
}

.listUnsub-detail {
  overflow: hidden;
  width: 94%;
  height: auto;
  padding-left: 6%;
  font-size: 24px;
  color: #ff9900;
}

.listUnsub-detail li {
  overflow: hidden;
  width: 45%;
  height: auto;
  padding: 30px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}

.listUnsub-word {
  float: left;
  width: 86%;
  height: auto;
  margin-right: 10px;
  font-size: 16px;
  color: #757575;
}

.listUnsub-check {
  position: relative;
  float: left;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e4e4e3;
  border-radius: 9px;
  text-align: center;
  cursor: pointer;
}

.listUnsub-check img {
  height: 16px;
  margin-top: 5px;
  opacity: 0;
}

.listUnsub-detail li.on img {
  opacity: 1;
}

.listUnsub-xuan {
  display: block;
  position: absolute;
  top: 1px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
}

.listUnsub-btn {
  display: block;
  width: 230px;
  height: 50px;
  line-height: 50px;
  margin: 40px auto 30px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #21b2e2;
  border-radius: 6px;
  cursor: pointer;
}

/* .ts-width td{width: auto !important;} */
.escrow_top {
  text-indent: 3em !important;
}

/*新版会员样式*/
.huiYuan-warp {
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.huiYuan-box {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 80px 0 38px;
}

.huiYuan-left,
.huiYuan-list {
  float: left;
  width: 40%;
  height: auto;
}

.huiYuan-right {
  float: left;
  width: 60%;
  height: auto;
}

.huiYuan-right li {
  float: left;
  width: 25%;
  height: auto;
  background: transparent;
}

.huiYuan-right li p {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 14px;
  color: #757575;
  text-align: center;
}

.huiYuan-right li p.huiYuan-deng {
  font-size: 18px;
  color: #ec6b03;
}

.huiYuan-detail {
  overflow: hidden;
  width: 100%;
  height: 70px;
  line-height: 70px;
}

.huiYuan-detail.ts-color {
  background: #feefd8;
}

.huiYuan-list img {
  width: 25px;
  height: 25px;
  margin: 0 15px 0 24px;
  vertical-align: middle;
}

.huiYuan-list span {
  font-size: 16px;
  color: #575757;
  vertical-align: middle;
}

.huiYuan-detail .huiYuan-right li p {
  width: 97%;
  padding-left: 3%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 0;
}

.huiYuan-detail p img {
  padding-top: 27px;
}

.huiYuan-adver {
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border-top: 1px solid #eeebec;
}

.huiYuan-adver img {
  width: 100%;
  height: auto;
}

.myZhong_addtitle {
  height: auto;
  color: #ff9424 !important;
  text-align: left !important;
}

.wtTui-link-hide {
  display: none;
}

/*新版真假经纪人样式*/

.zhenJia-warp {
  width: 1080px;
  height: auto;
  min-height: 550px;
  margin: 0 auto;
}

.zhenJia-box {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 0;
}

.zhenJia-search {
  width: 726px;
  height: 74px;
  line-height: 74px;
  padding: 0 20px;
  border: 2px solid #2da2d5;
  border-radius: 10px;
}

.panSearch-log {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  vertical-align: middle;
}

.panSearch-write {
  display: inline-block;
  width: 684px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: middle;
  font-size: 18px;
  color: #757575;
}

.zhenJia-btn {
  display: block;
  width: 298px;
  height: 60px;
  line-height: 60px;
  margin: 35px auto 25px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #feab40;
  border-radius: 10px;
}

.zhenJia-result {
  width: 100%;
  height: auto;
  font-size: 42px;
  color: #3d3d3d;
  text-align: center;
}

.zhenJia-word {
  display: inline-block;
  width: 72%;
  height: auto;
  margin-top: 10px;
  font-size: 22px;
  color: #515151;
}

.zhenJia-cont {
  position: relative;
  width: 100%;
  height: auto;
}

.zhenJia-zhang {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 64px;
}

.zhenJia-tip {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  padding-left: 28px;
  margin-top: 30px;
  background: url("$../image/zhengJia_tip.png") no-repeat left top;
  background-size: 24px 24px;
}

.zhenJia-tip span {
  color: #ea8502;
}

/*新版域名被墙页样式*/
.yuQiang-warp {
  width: 1080px;
  height: auto;
  min-height: 550px;
  margin: 10px auto 0;
  padding-bottom: 30px;
}

.yuQiang-tip {
  width: 100%;
  height: auto;
  padding: 20px 0 20px 50px;
  font-size: 18px;
  color: #666;
  background: #fff7e2 url("$../image/zhengJia_tip.png") no-repeat 18px center;
}

.yuQiang-tip span {
  color: #ff0000;
}

.yuQiang-search {
  width: 770px;
  height: auto;
  margin: 55px auto 50px;
}

.yuQiang-cha {
  height: auto;
  line-height: 50px;
  padding: 10px 23px;
  border: 2px solid #2da2d5;
  border-radius: 10px;
}

.yuQiang-cha img {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}

.yuQiang-cha textarea {
  display: inline-block;
  width: 94%;
  height: 30px;
  line-height: 18px;
  padding: 10px 0 0 2%;
  font-size: 18px;
  color: #757575;
  border: none;
  outline: none;
  vertical-align: middle;
}

.yuQiang-btn {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 42px auto 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #feab40;
  border-radius: 10px;
  cursor: pointer;
}

.yuQiang-result {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.yuQiang-ever {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 45px;
}

.yuQiang-word {
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #333;
}

.yuQiang-zan {
  width: 730px;
  height: auto;
  min-height: 30px;
  padding: 20px 10px 20px 20px;
  margin-top: 20px;
  margin-left: 157px;
  font-size: 18px;
  color: #757575;
  background: #f5f4f4;
  border: 1px solid #fff7e2;
  border-radius: 10px;
}

.yuQiang-zan span {
  padding-right: 10px;
  padding-bottom: 10px;
}

.yuQiang-zan.ts {
  padding: 12px 10px 12px 20px;
}

.yuQiang-zan textarea {
  width: 100%;
  height: 46px;
  font-size: 18px;
  color: #757575;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.yuQiang-box {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.yuQiang-tit {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: 4px solid #2da2d5;
}

.yuQiang-left {
  float: left;
  width: 90%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #333;
}

.yuQiang-right {
  display: block;
  float: right;
  width: 10%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #aaa;
  cursor: pointer;
}

.yuQiang-pai {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.yuQiang-pai li {
  float: left;
  width: 20%;
  height: auto;
  padding: 20px 2% 20px 3%;
  margin-left: -1px;
  border-left: 1px solid #edecec;
  border-bottom: 1px solid #edecec;
}

.yuQiang-pai li a {
  display: block;
}

.yuQiang-pai li:nth-child(5),
.yuQiang-pai li:nth-child(6),
.yuQiang-pai li:nth-child(7),
.yuQiang-pai li:nth-child(8) {
  border-bottom: none;
}

.yuQiang-pai li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: auto;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}

.yuQiang-pai li h3.on {
  background: url("$../image/yuQiang_one.png") no-repeat right center;
  padding-right: 12%;
  width: 88%;
}

.yuQiang-descrit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #555;
  padding: 5px 0;
}

.yuQiang-price {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  font-size: 22px;
  color: #ff0000;
  background: url("$../image/yuQiang_money.png") no-repeat left center;
  text-indent: 20px;
}

.yuQiang-quest {
  overflow: hidden;
  padding-left: 27px;
}

.yuQiang-quest li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 37px;
  font-size: 22px;
  color: #555;
  text-indent: 25px;
  background: url("$../image/yuQiang_two.png") no-repeat left center;
  cursor: pointer;
}

.yuQiang-quest li a {
  display: block;
  color: #555;
}

.yuQiang-quest li a:hover {
  color: #2da2d5;
}

.yuQiang-quest li a:active {
  color: #2da2d5;
}

.yuDetail {
  min-height: 330px;
}

.yuDetail .time {
  width: 100%;
  height: auto;
  margin: -20px 0 20px;
  font-size: 15px;
  color: #999;
  text-align: center;
}

/*新版域名检测页样式*/
.yuJian-warp {
  width: 100%;
  height: auto;
  padding: 0 0 43px;
  background: #f5f5f5;
  font-family: "微软雅黑";
}

.yuJian-cont {
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.yuJian-tit,
.yuJian-com {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.yuJian-left {
  display: inline-block;
  width: 28%;
  height: auto;
  font-size: 24px;
  color: #333;
  vertical-align: middle;
}

.yuJian-left img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  vertical-align: middle;
}

.yuJian-left span {
  vertical-align: middle;
}

.yuJian-right {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 68%;
  height: auto;
  margin-left: 2%;
  font-size: 22px;
  color: #757575;
  vertical-align: middle;
}

.yuJian-right i {
  font-style: normal;
}

.yuJian-result {
  font-size: 36px;
  color: #0a7e01;
}

.yuJian-result.wrron {
  color: #da0202;
}

.yuJian-writ {
  display: block;
  width: 728px;
  height: 66px;
  line-height: 66px;
  padding: 0 23px;
  margin: 36px 0 0 188px;
  font-size: 20px;
  color: #333;
  border: 2px solid #2da2d5;
  border-radius: 10px;
}

.yuJian-btn {
  display: block;
  width: 300px;
  height: 60px;
  line-height: 60px;
  margin: 46px auto 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #feab40;
  border-radius: 10px;
  cursor: pointer;
}

.yuJian-box {
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.pt-ts {
  padding: 10px 0 70px;
}

.yuJian-right.hide {
  display: none;
}

/*域名备案页样式*/
.beiAn-cont,
.beiAn-com {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.beiAn-search {
  width: 100%;
  height: auto;
  padding: 62px 0;
  background: #f5f5f5;
}

.beiAn-box {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.beiSearch-warp {
  width: 770px;
  height: auto;
  margin: 0 auto;
}

.beiSearch-write {
  width: 766px;
  height: 76px;
  line-height: 76px;
  font-size: 18px;
  color: #333;
  text-indent: 20px;
  border: 2px solid #2da2d5;
  border-radius: 10px;
  outline: none;
}

.beiAn-cha {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 42px;
}

.beiAn-left {
  float: left;
  width: 348px;
  height: auto;
  padding: 0 5px;
  margin: 0 50px 0 27px;
  border: 1px solid #feab40;
  border-radius: 10px;
}

.beiAn-left img {
  width: 188px;
  height: 56px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

.beiAn-left input {
  display: inline-block;
  width: 44%;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #555;
  text-indent: 10px;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  outline: none;
}

.beiAn-btn {
  float: left;
  display: block;
  width: 300px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #feab40;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}

.beiResult-tit {
  width: 100%;
  height: auto;
  background: #d5e3f3;
}

.beiTable-one li {
  float: left;
  width: 14%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.beiResult-detail {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background: #f5f5f5;
}

.beiTable-two li {
  word-break: break-all;
  float: left;
  width: 14%;
  height: auto;
  line-height: 24px;
  padding: 28px 0;
  font-size: 16px;
  color: #555;
  text-align: center;
}

.beiTable-chick {
  color: #2b82c6;
  text-decoration: none;
  cursor: pointer;
}

.beiAn-other {
  width: 100%;
  height: auto;
  padding: 22px 0 46px;
  border-bottom: 20px solid #f5f5f5;
}

.beiAn-name {
  width: 95%;
  height: auto;
  padding: 24px 0 24px 5%;
  font-size: 24px;
  color: #3d3d3d;
  border-bottom: 3px solid #2da2d5;
}

.beiAn-name.bgone {
  background: url("$../image/beiAn_one.png") no-repeat left center;
}

.beiAn-name.bgtwo {
  background: url("$../image/beiAn_two.png") no-repeat left center;
}

.beiAn-name.bgthree {
  background: url("$../image/beiAn_three.png") no-repeat left center;
}

.beiYu-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 10px;
}

.beiYu-list li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 25%;
  height: 60px;
  line-height: 60px;
  margin-left: -1px;
  text-indent: 30px;
  font-size: 22px;
  color: #555;
  cursor: pointer;
}

/* .beiYu-list li{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float: left;width:25%;height:60px;line-height:60px;margin-left:-1px;text-indent:30px;font-size:22px;color:#555;border-left:1px solid #EDECEC;border-bottom:1px solid  #EDECEC;cursor: pointer;} */

/* .beiYu-list li:last-child{border-bottom: none;}
.beiYu-list li:nth-last-child(2),.beiYu-list li:nth-last-child(3),.beiYu-list li:nth-last-child(4){border-bottom: none;} */
.beiYu-list li:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  z-index: 99;
}

.beiQuest-warp {
  width: 100%;
  height: auto;
  padding: 22px 0 50px;
}

.beiAn-quest {
  width: 100%;
  height: auto;
}

.beiAn-quest li {
  width: 100%;
  height: auto;
  padding-top: 24px;
}

.beiAn-quest li a {
  display: block;
  padding-left: 30px;
  font-size: 22px;
  color: #555;
  background: url("$../image/beiAn_wt.png") no-repeat left center;
}

.beiAn-quest li a:hover {
  color: #2da2d5;
}

.beiAn-quest li a:active {
  color: #2da2d5;
}

.beiAn-detail {
  width: 100%;
  height: auto;
  background: #f5f5f5;
}

.beiAn-detail li {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #c7e5f2;
}

.beiAn-detail li:last-child {
  border-bottom: none;
}

.beiAn-detail li.c-blue {
  background: #deeff7;
}

.beiDetail-box {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
  font-size: 22px;
  color: #333;
  text-align: center;
}

.beiDetail-left {
  float: left;
  width: 55%;
  font-size: 22px;
  color: #333;
}

.beiDetail-right {
  float: left;
  width: 45%;
  font-size: 22px;
  color: #333;
}

.beiDetail-left span,
.beiDetail-right span {
  color: #555;
}

.beiResult-no {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding: 44px 0;
  margin-top: 44px;
  font-size: 24px;
  color: #3d3d3d;
  text-align: center;
}

.beiResult-ts {
  margin-top: 10px;
  color: #d81e06;
}

/*新版域名委托页*/
.dnNew-yu,
.dnNew-wang,
.dnNew-other {
  width: 778px;
  height: auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.dnNew-yu li,
.dnNew-wang li,
.dnNew-other li {
  overflow: hidden;
  height: 130px;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
}

.dnNew-yu li a,
.dnNew-wang li a,
.dnNew-other li a {
  display: block;
}

.dnNew-yu li h2,
.dnNew-wang li h2,
.dnNew-other li h2 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 80%;
  margin-top: 18px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
  vertical-align: middle;
}

.dnNew-yu li .tui,
.dnNew-wang li .tui,
.dnNew-other li .tui {
  vertical-align: middle;
  display: inline-block;
  margin-top: 18px;
}

.dnNew-detail {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.dnNew-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.dnNew-ever {
  float: left;
  width: 20%;
  height: auto;
}

.dnNew-ever h3 {
  display: block;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: 500;
}

.dnNew-ever p {
  overflow: hidden;
  width: 100%;
  height: 40px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.dnNew-more {
  display: block;
  width: 78px;
  height: 30px;
  line-height: 30px;
  margin: 5px auto 0;
  font-size: 14px;
  color: #ff8018;
  text-align: center;
  border: 1px solid #ff8018;
  background: transparent;
  cursor: pointer;
}

.dnNew-more:hover {
  border: 1px solid #007bb7;
  color: #007bb7;
}

.dnNew-ever p.c-red {
  font-size: 16px;
  color: #f40000;
}

.dnNew-ever p.c-blue {
  color: #0096ff;
}

.dnNew-sale {
  display: block;
  position: absolute;
  top: 0px;
  left: 56%;
  width: 68px;
}

.dnNew-sale.ts {
  left: 68%;
}

/*新版网站委托页*/
.c-green {
  border-top: 3px solid #4bbc00 !important;
}

.dnwang-tit {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.dnwang-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  float: left;
  width: 83%;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

.dnwang-name span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 80%;
  vertical-align: middle;
}

.dnwang-name span b {
  font-weight: 500;
}

.dnwang-name img {
  vertical-align: middle;
}

.dnwang-mroe {
  float: left;
  width: 14%;
  height: auto;
}

.dnwang-mroe .dnNew-more {
  margin: 0 auto;
}

.dnNew-wang .dnNew-list {
  margin-top: 10px;
}

.dnNew_advice {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*新版自媒体委托和其他委托页*/
.c-orange {
  border-top: 3px solid #f90 !important;
}

.dnNew-other .dnNew-ever {
  float: left;
  width: 25%;
  height: auto;
}

.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a:hover,
.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a.on {
  border: none;
}

.gzhlist .pages a.on {
  border: 1px solid #f90;
  background: #f90;
  color: #fff;
}

.gzhlist .pages a:hover {
  border: 1px solid #f90;
  color: #f90;
}

/*起名网样式*/
.giveNme-tit {
  width: 100%;
  height: 538px;
  background: url("$../image/giveName_tit.png") no-repeat left center;
  background-size: 100% 100%;
}

.giveNme-box {
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

.giveNme-one {
  width: 867px;
  height: 253px;
  padding-top: 285px;
  margin: 0 auto;
  background: url("$../image/giveName_nine.jpg") no-repeat left center;
}

.giveNme-one h3 {
  display: block;
  width: 100%;
  height: auto;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.giveNme-one a {
  display: block;
  width: 357px;
  height: 107px;
  line-height: 107px;
  margin: 45px auto 0;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: url("$../image/giveName_btn.png") no-repeat left center;
}

.giveNme-one a:hover {
  background: url("$../image/giveName_six.png") no-repeat left center;
}

.giveNme-ze {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: #fff;
}

.giveNme-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 40px;
}

.giveNme-list li {
  float: left;
  width: 25%;
  height: auto;
}

.giveNme-list li img {
  display: block;
  width: 146px;
  height: 146px;
  margin: 0 auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.giveNme-list li img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.giveNme-list li h3 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.giveNme-list li p {
  width: 100%;
  height: auto;
  line-height: 22px;
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

.giveNme-head {
  width: 100%;
  height: auto;
  font-size: 32px;
  color: #333;
  text-align: center;
}

.giveNme-care {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: #f7f7f7;
}

.giveCare-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 60px 0;
  border-bottom: 1px solid #fff;
}

.giveCare-list.ts {
  border-bottom: none;
}

.giveCare-list li {
  float: left;
  width: 23%;
  height: auto;
  margin-right: 2.6666%;
  cursor: pointer;
}

.giveCare-list li:nth-child(4) {
  margin-right: 0;
}

.giveCare-tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #0090ff;
  border-radius: 8px 8px 0 0;
}

.giveCare-cont {
  width: 94%;
  height: 36px;
  line-height: 20px;
  padding: 36px 3%;
  font-size: 12px;
  color: #666;
  text-align: center;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.giveCare-list li:hover .giveCare-tit {
  background: #ff9000;
}

.giveNme-small {
  width: 100%;
  height: auto;
  padding-top: 5px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.giveImage-log {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.giveBtn-two {
  display: block;
  width: 200px;
  height: 56px;
  line-height: 56px;
  margin: 60px auto 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: #ff9000;
}

.giveBtn-two:hover {
  color: #fff;
  background: #0090ff;
}

.giveNme-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.givePop-cont {
  position: relative;
  width: 334px;
  height: auto;
  margin: 20% auto 0;
  padding: 20px 30px;
  background: #fff;
  border-radius: 8px;
}

.givePop-ever {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.givePop-ever .yzm_pic {
  width: 35%;
  margin-left: 2%;
}

.givePop-left {
  float: left;
  width: 54px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #555;
}

.givePop-right {
  float: left;
  display: block;
  width: 83%;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  color: #888;
  background: #f7f7f7;
  text-indent: 5px;
  border: 0;
  padding: 0;
}

.givePop-right.ts {
  height: auto;
  min-height: 16px;
  line-height: 20px;
  outline: none;
  padding: 10px 0;
}

.givePop-right_yzm {
  width: 46%;
}

.givePop-tip {
  padding-left: 50px;
  padding-top: 10px;
  font-size: 12px;
  color: #e88300;
}

.givePop-tip .ts {
  color: #555;
}

.givePop-btn {
  display: block;
  width: 130px;
  height: 32px;
  line-height: 32px;
  margin: 25px auto 5px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background: #ff9000;
  border-radius: 8px;
  cursor: pointer;
}

.givePop-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("$../image/qiNing_log.png") no-repeat center center;
  background-size: 20px 20px;
  cursor: pointer;
}

/*新版委托大厅样式*/
.wtNew-one {
  width: 100%;
  height: auto;
  padding: 45px 0;
  background: #fff;
}

.wtNew-box {
  overflow: hidden;
  width: 1080px;
  height: auto;
  margin: 0 auto;
}

/* .wtNew-box-car{overflow: hidden;width:1200px;height: auto;margin:0 auto;} */

.wtNew-hot {
  float: left;
  width: 48%;
  height: auto;
}

.wtNew-hot-car {
  float: left;
  width: 33%;
  height: auto;
  padding-bottom: 20px;
}

.ntNew-car-yuming {
  font-size: 18px;
  color: #3892f2;
  font-weight: bold;
}

.ntNew-car-line {
  width: 90%;
  height: 1px;
  background: #f5f5f5;
  margin: 15px 0;
}

.changeColor {
  color: #ff6914 !important;
}

.wtNew-search {
  float: right;
  width: 48%;
  height: auto;
  margin-left: 2%;
  text-align: right;
}

.wtNew-img {
  display: inline-block;
  width: 150px;
  height: 54px;
  vertical-align: -26px;
  margin-right: 1px;
}

.wtNew-word {
  display: inline-block;
  width: 70%;
  height: auto;
  vertical-align: middle;
}

.wtNew-word-car {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.wtNew-word-car a {
  font-size: 14px;
  color: #3791f2;
  display: inline-block;
  padding: 0 20px 10px;
}

.wtNew-word.ts {
  width: 60%;
}

.wtNew-word a {
  display: inline-block;
  padding: 5px 12px 0 12px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.wtNew-word a.c-bule {
  color: #18a9e8;
}

.wtNew-two {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  padding-bottom: 40px;
}

.wtNew-yumin {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.wtNew-left {
  float: left;
  width: 222px;
  height: 502px;
  padding-left: 38px;
}

.wtNew-lfone {
  background: url("$../image/wtNew_bgone.png") no-repeat left center;
}

.wtNew-lftwo {
  background: url("$../image/wtNew_bgtwo.png") no-repeat left center;
}

.wtNew-lfthree {
  background: url("$../image/wtNew_bgthree.png") no-repeat left center;
}

.wtNew-lffour {
  background: url("$../image/wtNew_bgfour.png") no-repeat left center;
}

.wtNew-lffive {
  background: url("$../image/wtNew_bgfive.png") no-repeat left center;
}

.wtNew-lfsix {
  background: url("$../image/wtNew_car.png") no-repeat left center;
  background-size: 100% 100%;
  height: 630px;
}

.wtNew-left h3 {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 50px;
  font-size: 36px;
  color: #fff;
}

.wtNew-left p {
  width: 100%;
  height: auto;
  line-height: 24px;
  margin-top: 16px;
  font-size: 16px;
  color: #fff;
}

.wtNew-left a {
  display: block;
  width: 124px;
  height: 32px;
  line-height: 32px;
  margin-top: 35px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}

.wtNew-right {
  float: left;
  width: 75%;
  height: auto;
}

.wtNew-clasone {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 2px solid #3691f2;
}

.wtNew-clasone li,
.wtNew-clastwo li,
.wtNew-clasthree li,
.wtNew-clasfour li,
.wtNew-clasfive li,
.wtNew-classix li {
  float: left;
  width: 20%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.wtNew-clasone li.on {
  background: #f5f5f5;
  color: #3691f2;
}

.wtNew-cont {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtNew-cont li {
  position: relative;
  float: left;
  width: 27.33%;
  height: 170px;
  margin: 10px 0 0 2%;
  padding: 30px 2% 20px;
  background: #fff;
}

.wtNew-cont li a {
  display: block;
  width: 100%;
  height: 100%;
}

.wtNew-log {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
}

.wtNew-cont li h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.wtNew-descrit {
  overflow: hidden;
  width: 100%;
  height: 110px;
  line-height: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.wtNew-descrit span {
  color: #666;
}

.wtNew-prive {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  font-size: 20px;
  color: #ff711c;
}

.wtNew-advice {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.wtNew-advone {
  display: block;
  float: left;
  display: block;
  width: 75%;
  height: auto;
}

.wtNew-advtwo {
  display: block;
  float: right;
  display: block;
  width: 25%;
  height: auto;
}

.wtNew-advone img,
.wtNew-advtwo img {
  height: 70px;
}

.wtNew-clastwo {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 2px solid #fc8556;
}

.wtNew-clastwo li.on {
  background: #f5f5f5;
  color: #fc8556;
}

.wtNew-clasthree {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 2px solid #41c89f;
}

.wtNew-clasthree li.on {
  background: #f5f5f5;
  color: #41c89f;
}

.wtNew-clasfour {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 2px solid #3691f2;
}

.wtNew-clasfour li.on {
  background: #f5f5f5;
  color: #3691f2;
}

.wtNew-clasfive {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 2px solid #f07375;
}

.wtNew-clasfive li.on {
  background: #f5f5f5;
  color: #f07375;
}

.wtNew-classix {
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 2px solid #9f7ef0;
}

.wtNew-classix li.on {
  background: #f5f5f5;
  color: #f07375;
}

.wtNew-three {
  width: 100%;
  height: auto;
  padding: 60px 0;
  background: #fff;
}

.wtNew-last {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtNew-last li {
  float: left;
  width: 25%;
  height: auto;
  text-align: center;
}

.wtNew-last li img {
  display: inline-block;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  margin-right: 12px;
}

.wtNew-last li .wenzi {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.wtNew-biao {
  font-size: 18px;
  color: #333;
}

.wtNew-small {
  font-size: 14px;
  color: #666;
}

.weituo-zdd {
  background: url("$../image/fbwtuo.png") no-repeat left center !important;
}

.ymqz-zdd {
  background: url("/assets/index/image/ymqz.gif") no-repeat left center !important;
}

/* 车委托样式 */
.wtNew-log-car {
  width: 98%;
  height: 130px;
  margin: 0 1%;
}

.wtNew-cont-carl {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 15px 0;
}

.wtNew-descrit-car {
  list-style: none;
  color: #666;
  font-size: 14px;
  float: left;
  margin-left: -5px;
  width: 100%;
  word-break: break-all;
  text-align: center;
  height: auto !important;
  padding: 0 5px;
}

.wtNew-cont-car li {
  height: 237px;
  padding: 3% 2% 20px;
}

.wtNew-descrit-car {
  list-style: none;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wtNew-prive-car {
  width: 100%;
  background: #3892f2;
  color: #fff;
  outline: none;
  border: none;
  font-size: 14px;
  height: 25px;
  border-radius: 3px;
}

/* 车委托样式end */

/*域名委托新版样式*/
.saiXuan-new {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 210px;
  padding: 0 25px 35px;
  background: #fafafa;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}

.saiXuan-new.ts {
  height: auto;
}

.saiXuan-ever,
.saiXuan-fen {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.saiXuan-new .saiXuan-ever {
  margin-top: 0;
}

.saiXuan-new .saiXuan-ever:first-child {
  margin-top: 30px;
}

.saiXuan-new .saiXuan-fen {
  margin-top: 0;
}

.saiXuan-left {
  float: left;
  width: 92px;
  height: auto;
  font-size: 14px;
  color: #333;
}

.saiXuan-left span {
  padding-right: 28px;
}

.saiXuan-right {
  position: relative;
  overflow: hidden;
  float: left;
  width: 90%;
  height: 44px;
}

.saiXuan-right.now {
  height: auto;
}

.saiXuan-right a {
  display: inline-block;
  padding: 0 38px 0 0;
  text-decoration: none;
  margin-bottom: 25px;
  font-size: 14px;
  color: #666;
}

.saiXuan-right a.on {
  color: #007bb7;
}

.saiXuan-search {
  display: inline-block;
  width: 240px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #ccc;
  text-indent: 10px;
  background: #fff;
  border: 1px solid #ebebeb;
  vertical-align: middle;
}

.saiXuan-btn {
  display: inline-block;
  width: 46px;
  height: 22px;
  line-height: 20px;
  margin-left: 10px;
  font-size: 14px;
  color: #007bb7;
  text-align: center;
  border: 1px solid #007bb7;
  background: #fff;
  cursor: pointer;
  vertical-align: middle;
}

.yuWei-left {
  float: left;
  width: 798px;
  height: auto;
  margin-top: 20px;
}

.yuWei-all {
  width: 100%;
  height: auto;
  border: 1px solid #ebebeb;
}

.yuWei-right {
  float: right;
  width: 258px;
  height: auto;
  margin-top: 20px;
  box-sizing: border-box;
}

.yuWei-pai {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 15px 25px;
  border-bottom: 1px solid #ebebeb;
  box-sizing: border-box;
  background: #fafafa;
}

.yuWei-warp {
  float: left;
  width: 80%;
  height: auto;
}

.yuWei-warp li {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 47px;
  padding-right: 12px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.yuWei-warp li.on {
  color: #5298c5;
}

.wtnew-bgone {
  background: url("$../image/wtcore_log.png") no-repeat right center;
  background-size: 8px 16px;
}

.wtnew-bgup {
  background: url("$../image/wtcore_up.png") no-repeat right center;
  background-size: 8px 16px;
}

.wtnew-bgdown {
  background: url("$../image/wtcore_down.png") no-repeat right center;
  background-size: 8px 16px;
}

.yuWei-tiao {
  float: left;
  width: 16%;
  height: auto;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.yuWei-list {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.yuWei-list li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90px;
  line-height: 90px;
  padding: 0 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #f6f2f2;
}

.yuWei-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.yuWei-list li:last-child,
.wtWang-box li:last-child {
  border-bottom: none;
}

.yuWei-list li:hover {
  border: 1px solid #ff711c;
}

.yuWei-tit {
  overflow: hidden;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  background: #fafafa;
}

.wtWidth-one {
  float: left;
  width: 25%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
}

.wtWidth-two {
  float: left;
  width: 55%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
}

.wtWidth-three {
  float: left;
  width: 16%;
  height: inherit;
  line-height: inherit;
  text-align: center;
}

.wtList-one {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 25%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}

.wtList-two {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 55%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}

.wtList-three {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 16%;
  height: inherit;
  line-height: inherit;
  font-size: 16px;
  color: #ff711c;
  text-align: center;
}

.yuRight-tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: #fafafa;
  font-size: 16px;
  color: #333;
}

.yuRight-box {
  width: 100%;
  height: auto;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  box-sizing: border-box;
}

.yuRight-box li {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 30px 22px;
  box-sizing: border-box;
  border-bottom: 1px solid #f6f2f2;
}

.yuRight-box li a {
  display: block;
  width: 100%;
  height: 100%;
}

.yuRight-box li h3 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 7px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.yuRight-box li p {
  overflow: hidden;
  width: 100%;
  height: 92px;
  line-height: 22px;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.yuRight-box li p span {
  color: #666;
}

.yuRight-price {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  font-size: 20px;
  color: #ff711c;
}

.yuRight-img {
  width: 100%;
  height: auto;
  display: block;
}

.yuRight-img.ts {
  height: auto;
}

.yuRight-img img {
  width: 100%;
  height: 260px;
}

.wtWang-box {
  width: 100%;
  height: auto;
}

.wtWang-box li {
  position: relative;
  width: 100%;
  height: auto;
  padding: 32px 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #f6f2f2;
}

.wtWang-box li a {
  display: block;
  width: 100%;
  height: 100%;
}

.wtWang-box li:hover {
  border: 1px solid #ff9900;
}

.wtWang-tit {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtWang-tit h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  max-width: 84%;
  height: auto;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
}

.wtWang-beian {
  display: inline-block;
  width: 58px;
  height: 18px;
  line-height: 18px;
  margin-left: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #fa6553;
  border-radius: 5px;
  vertical-align: middle;
}

.wtWang-class {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.wtWang-nav {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 25%;
  height: auto;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
}

.wtWang-nav span {
  color: #666;
}

.wtWang-descrit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}

.wtWang-descrit span {
  color: #666;
}

.wtWang-price {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 30px;
  font-size: 16px;
  color: #ff711c;
}

.wtNew-zan {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 18px;
  display: block;
  cursor: pointer;
}

.wtNew-sou {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 18px;
  display: none;
  cursor: pointer;
}

.wtDetail-one {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0px 0 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}

.wtDetail-left {
  overflow: hidden;
  float: left;
  width: 695px;
}

.wtDetail-tit {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  margin-top: 10px;
  border-bottom: 1px solid #ebebeb;
}

.wtDetail-name {
  overflow: hidden;
  display: inline-block;
  width: 69%;
  height: 26px;
  vertical-align: middle;
}

.wtDetail-name h3 {
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  font-size: 17px;
  color: #333;
  vertical-align: middle;
}

.wtDetail-name span {
  display: inline-block;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  margin-left: 15px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #fa6553;
  border-radius: 5px;
  vertical-align: middle;
}

.wtDetail-qi {
  display: inline-block;
  width: 86px;
  height: auto;
  padding-left: 17px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ff7720;
  background: url("$../image/wtQi_log.png") no-repeat left center;
}

.wtDetail-qi:hover {
  color: #ff7720;
}

.wtDetail-detail {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.wtDetail-zuo {
  position: relative;
  float: left;
  width: 64%;
  height: auto;
}

.wtDetail-zuo .wt_list_c {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 20px;
}

.wtDetail-detail .wtDetail-zuo .wt_list_c {
  overflow: visible;
}

.hidden_sp {
  float: right;
  width: 400px;
  white-space: pre-wrap;
}

.wtDetail-zuo .wt_list_c:nth-child(2n) {
  width: 44%;
  padding-left: 6%;
}

.wtDetail-zuo .last_wt {
  width: 100%;
  margin-bottom: 30px;
}

.wtDetail-zuo .hidden_p {
  height: auto;
}

.wtDetail-ever {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.wtDetail-ever span,
.wtDetail-descr span {
  color: #666;
}

.wtDetail-descr {
  overflow: hidden;
  width: 100%;
  height: 100% !important;
  line-height: 30px;
  margin-top: 12px;
  font-size: 14px;
  color: #333;
}

.wtDetail-price {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #ff711c;
}

.wtDetail-price span {
  font-size: 24px;
  color: #ff711c;
}

.wtDetail-agree {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.wtDetail-agree input {
  display: inline-block;
  width: 15px;
  height: 13px;
  vertical-align: -4px;
}

.wtDetail-word {
  overflow: hidden;
  display: inline-block;
  width: 80%;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
}

.wtDetail-word a {
  text-decoration: none;
  color: #007bb7;
}

.wtDetail-btn {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.wtDetail-link {
  float: left;
  display: block;
  width: 158px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #ff7720;
  border: 1px solid #ff7720;
  border-radius: 5px;
}

.wtDetail-link:hover {
  color: #fff;
}

.wtDetail-jia {
  float: left;
  display: block;
  width: 108px;
  height: 48px;
  line-height: 48px;
  margin-left: 10px;
  font-size: 18px;
  color: #ff7720;
  text-align: center;
  border: 1px solid #ff7720;
  border-radius: 5px;
}

.wtDetail-kan {
  float: left;
  display: block;
  width: 108px;
  height: 48px;
  line-height: 48px;
  margin-left: 10px;
  font-size: 18px;
  color: #ff7720;
  text-align: center;
  border: 1px solid #ff7720;
  border-radius: 5px;
}

.wtDetail-jia:hover,
.wtDetail-kan:hover {
  color: #ff7720;
}

.wtCheng-log {
  display: block;
  width: 696px;
  height: 18px;
}

.wtDetail-you {
  float: left;
  width: 210px;
  height: auto;
  padding: 0 6px 10px;
  margin-left: 36px;
  margin-top: 60px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.wtDetail-inner {
  width: 100%;
  height: auto;
  padding: 25px 15px;
  margin-top: -40px;
  box-sizing: border-box;
  border: 1px dashed #ff7720;
  border-radius: 5px;
  background: #fff;
}

.wtDetail-inner p {
  line-height: 24px;
  margin-top: 5px;
  font-size: 12px;
  color: #ff7200;
}

.wtDetail-right {
  width: 258px;
  height: auto;
  border: 1px solid #ebebeb;
}

.wtDetail-ce {
  overflow: hidden;
  float: right;
  width: 260px;
  height: auto;
}

.wtDetail-tui {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ebebeb;
  background: #fafafa;
}

.wtDetail-tui-background {
  background: #1988be;
  color: #fff;
}

.add-wtDetail-tui {
  background: #007bb7;
  color: #fff;
}

.wtTui-nei {
  width: 100%;
  height: auto;
  padding: 22px 22px;
  box-sizing: border-box;
}

.wtTui-person {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.wtTui-person img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 15px;
  vertical-align: middle;
  border-radius: 50%;
}

.wtperson-word {
  display: inline-block;
  width: 55%;
  height: auto;
  vertical-align: middle;
}

.wtperson-word h3 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #333;
  font-size: 600;
}

.wtperson-word p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 5px;
  font-size: 14px;
  color: #888;
}

.wtTui-info {
  width: 100%;
  height: 43;
}

.wtTui-info li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  margin-top: 12px;
  font-size: 14px;
  color: #888;
}

.wtTui-info li span {
  color: #333;
}

.wtTui-info li span.c-lan {
  color: #0f75ce;
}

.wtTui-link {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtTui-link a {
  display: block;
  float: left;
  width: 43px;
  height: 26px;
  line-height: 26px;
  margin-right: 20px;
  margin-top: 18px;
  padding-left: 42px;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
}

.wtTui-link a.bgone {
  background: #e65634 url($../image/jiaoTan_one.png) no-repeat 14px center;
}

.wtTui-link a.bgtwo {
  background: #92c55b url($../image/jiaoTan_two.png) no-repeat 14px center;
}

.wtTui-link a.bgone:hover {
  background-color: rgba(230, 86, 52, 0.7);
}

.wtTui-link a.bgtwo:hover {
  background-color: rgba(146, 197, 91, 0.7);
}

.wtJingji {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 25px 0 15px;
}

.wtJingji img {
  display: inline-block;
  width: 38px;
  height: 1px;
  vertical-align: middle;
}

.wtJingji span {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 15px;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
}

.wtTui-other {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtTui-other li {
  float: left;
  width: 48%;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: url("$../image/QQ.png") no-repeat 15px center;
}

.wtTui-other li a {
  display: block;
  width: 100%;
  height: 100%;
}

.wtTui-other li:nth-child(2n) {
  float: right;
}

.wtDetail-two {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  border: 1px solid #ebebeb;
}

.wtTwo-tit {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #fafafa;
}

.wtTwo-tab {
  float: left;
  width: 100px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  color: #666;
  text-align: center;
  cursor: pointer;
}

.wtTwo-tab.on {
  background: #fff;
  height: 48px;
  border-top: 2px solid #007bb7;
  color: #007bb7;
  border-bottom: 1px solid #fff;
}

.wtTwo-tab:first-child {
  border-right: 1px solid #ebebeb;
}

.wtTwo-sheng {
  float: left;
  width: 878px;
  height: 50px;
  border-bottom: 1px solid #ebebeb;
}

.wtTwo-cont {
  overflow: hidden;
  width: 80%;
  height: auto;
  margin: 0 auto 50px;
}

.wtTwo-box {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtTwo-biao {
  display: block;
  width: 188px;
  height: 82px;
  margin: 50px auto 30px;
}

.wtTwo-biao.ts {
  margin: 50px auto 0;
}

.wtTwo-rong {
  width: 100%;
  height: 128px;
  padding-top: 20px;
  text-align: center;
  background: url($../image/liucheng5.png) no-repeat center;
}

.wtTwo-jt {
  width: 100%;
  height: auto;
  padding: 10px 1%;
  box-sizing: border-box;
}

.wtTwo-jt li {
  position: relative;
  float: left;
  width: 30%;
  height: 228px;
  padding: 35px 20px;
  margin-right: 5%;
  margin-top: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.wtTwo-jt li a {
  display: block;
  width: 100%;
  height: 100%;
}

.wtTwo-jt li:nth-child(3n) {
  margin-right: 0;
}

.wtTwo-jt li:hover {
  border: 1px solid #fd8d61;
}

.wtTwo-jt li h3 {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}

.wtTwo-jt li p {
  overflow: hidden;
  width: 100%;
  height: 114px;
  line-height: 22px;
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}

.wtTwo-jt li p span {
  color: #666;
}

.wtTwo-jt li p.wtTwo-price {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #ff711c;
}

.wtTwo-jt li p.wtTwo-price span {
  font-size: 20px;
  color: #ff711c;
}

.wtTwo-quest {
  overflow: hidden;
  width: 90%;
  height: auto;
  margin: 0 auto 50px;
}

.wtTwo-qlist {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtTwo-qlist li {
  width: 100%;
  height: auto;
}

.wtTwo-wen {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  line-height: 24px;
  height: auto;
  margin-top: 50px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.wtTwo-wen span {
  color: #333;
}

.wtTwo-da {
  width: 100%;
  height: auto;
  line-height: 24px;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}

.wtTwo-da span {
  color: #666;
}

.wtTwo-wen i,
.wtTwo-da i {
  font-style: normal;
  color: #ff7720;
}

.wtTwo-bottom {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.wtTwo-help {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #ff7720;
}

.wtTwo-help:hover {
  color: #ff7720;
}

.wtTwo-tip {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5px;
  font-size: 14px;
  color: #999;
}

.wtTui-all {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.wtTui-code {
  display: none;
  width: 190px;
  height: 190px;
  text-align: center;
  margin: 23px auto 18px;
}

.wtTui-code img {
  width: 100%;
  height: auto;
}

.innerMore.wt-more {
  width: 100px;
  height: 28px;
  line-height: 28px;
}

.wtDetail-gu {
  display: inline-block;
  width: 100px;
  height: auto;
  padding-left: 17px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ff7720;
  background: url($../image/wtNew_gu.png) no-repeat left center;
}

.wtDetail-dai {
  display: inline-block;
  width: 77px;
  height: auto;
  padding-left: 17px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ff7720;
  background: url($../image/wtNew_buy.png) no-repeat left center;
}

.wtDetail-gu:hover {
  color: #ff7720;
}

.wtDetail-dai:hover {
  color: #ff7720;
}

.wtDetail-sc {
  float: right;
  display: inline-block;
  width: auto;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
}

.wtDetail-collec {
  display: inline-block;
  width: 100px;
  height: auto;
  padding-left: 24px;
  margin-left: 26px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  background: url($../image/souBefore.png) no-repeat left center;
}

.wtDetail-collec:hover {
  color: #666;
}

/*.wtDetail-sc.tw{width:43%;}*/
.wtDetail-cohave {
  background: url($../image/souAfter.png) no-repeat left center;
}

.wtDetail-name.ow {
  width: 391px;
}

.wtDetail-sc.tw .wtDetail-collec {
  margin-left: 10px;
}

.wtDetail-tu {
  display: block;
  width: 260px;
  height: 70px;
  margin-top: 10px;
}

.wtDetail-descr.otherw {
  height: 56px;
  margin-bottom: 30px;
}

.wtDetail-time {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 15px;
}

.wtTime-box {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 14px;
  color: #333;
  padding-right: 10px;
}

.wtTime-box span {
  color: #666;
}

.wtSale {
  position: absolute;
  top: -57px;
  right: 37px;
  width: 100px;
  height: 77px;
}

.wtSale img {
  width: 100%;
  height: auto;
}

/*周岁页面样式*/
.twoWeek-warp {
  overflow: hidden;
  width: 100%;
  height: auto;
  font-family: "微软雅黑";
}

.twoWeek-tit {
  width: 100%;
  height: 990px;
  background: url("$../image/twoWeek_one.jpg") no-repeat;
  background-size: 100% 100%;
}

.twoWeek-cont {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.twoWeek-box {
  width: 1080px;
  height: 800px;
  margin: 0 auto;
  padding-top: 270px;
  background: url("$../image/twoWeek_cont.jpg") repeat-x;
  background-size: 100% 100%;
}

.twoWeek-foot {
  width: 100%;
  height: 187px;
  background: url("$../image/twoWeek_foot.jpg") repeat-x;
  background-size: 100% 100%;
}

.twoWeek-nei {
  width: 820px;
  height: auto;
  margin: 0 auto;
}

.twoWeek-nei li {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.twoWeek-left {
  float: left;
  width: 130px;
  height: 48px;
  line-height: 48px;
  font-size: 26px;
  color: #666;
}

.twoWeek-left span {
  color: #ff4c4c;
}

.twoWeek-center {
  float: left;
  width: 500px;
  height: 46px;
  line-height: 46px;
  margin-right: 22px;
  font-size: 20px;
  color: #333;
  text-indent: 20px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-radius: 5px;
  outline: none;
}

.twoWeek-center.ts {
  width: 356px;
}

.twoWeek-code {
  overflow: hidden;
  float: left;
  width: 118px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.twoWeek-code img {
  width: 118px;
  height: 46px;
}

.twoWeek-wrong {
  display: none;
  overflow: hidden;
  float: left;
  width: 20%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #ff3333;
}

.twoWeek-btn {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  margin: 85px auto 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #ff6f36;
  border-radius: 5px;
  cursor: pointer;
}

.twoWeek-nei li.on .twoWeek-wrong {
  display: block;
}

.twoWeek-nei li.on .twoWeek-center {
  border: 1px solid #ff3333;
}

/*新版我的收藏页面样式*/
.myColle-warp {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #f8f8f8;
}

.myColle-box {
  width: 100%;
  height: auto;
  padding: 0 3% 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #fff;
}

.myColle-tit {
  overflow: hidden;
  width: 100%;
  height: 85px;
  line-height: 85px;
  border-bottom: 1px dashed #f2f2f2;
}

.myColle-left {
  float: left;
  width: 120px;
  height: inherit;
  line-height: inherit;
  font-size: 14px;
  color: #333;
}

.myColle-nav {
  overflow: hidden;
  float: left;
  width: 88%;
  height: inherit;
  line-height: inherit;
}

.myColle-nav li {
  float: left;
  width: auto;
  height: inherit;
  line-height: inherit;
  padding-right: 60px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.myColle-nav li.on {
  color: #007bb7;
}

.myColle-cont {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.myColle-biao {
  overflow: hidden;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  background: #f8f8f8;
}

.myColle-wone {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 15%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
}

.myColle-wtwo {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 20%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
}

.myColle-wthree {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 35%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
}

.myColle-wfour {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 10%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
}

.myColle-list {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.myColle-list li {
  overflow: hidden;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}

.myColle-list li a {
  float: left;
  display: block;
  width: 90%;
  height: 60px;
}

.myColle-list li a:hover {
  color: #666;
}

.myColle-list li .myColle-price {
  color: #ff3434;
}

.myColle-list li .myColle-deal {
  color: #007bb7;
}

.myColle-lone {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 17%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
}

.myColle-ltwo {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 22%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
}

.myColle-lthree {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 39%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
}

.myColle-lfour {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 10%;
  height: inherit;
  line-height: inherit;
  padding-right: 1%;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}

/*新版账号注销页样式*/
.zuXiao-warp {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0 35px 45px;
  box-sizing: border-box;
  background: #fff;
}

.zuXiao-all {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  box-sizing: border-box;
  background: #f8f8f8;
}

.zuXiao {
  display: block;
  width: 170px;
  height: 128px;
  margin: 0 auto;
}

.zuXiao-img {
  width: 100%;
  height: auto;
  padding: 80px 0 60px;
}

.zuXiao-list {
  width: 100%;
  height: auto;
  padding: 13px 25px 28px;
  box-sizing: border-box;
  border: 1px dashed #f2f2f2;
  border-radius: 10px;
}

.zuXiao-tit {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}

.zuXiao-box {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.zuXiao-box li {
  width: 100%;
  height: auto;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.zuXiao-btn {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  margin: 45px auto 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #ff3f3f;
  text-decoration: none;
  border-radius: 5px;
}

.zuXiao-btn:hover {
  color: #fff;
}

.zuXiao-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.zuPop-cont {
  overflow: hidden;
  width: 480px;
  height: auto;
  margin: 15% auto 0;
  background: #fff;
  border-radius: 10px;
}

.zuPop-tit {
  overflow: hidden;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f7f7f7;
}

.zuPop-left {
  float: left;
  width: 80%;
  height: inherit;
  line-height: inherit;
  font-size: 14px;
  color: #333;
}

.zuPop-close {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 17px;
  background: url("$../image/zuSan_log.png") no-repeat left center;
  cursor: pointer;
}

.zuPop-box {
  width: 260px;
  height: auto;
  margin: 40px auto;
}

.zuPop-box p {
  width: 100%;
  height: auto;
  margin-top: 10px;
  font-size: 16px;
  color: #808080;
  text-align: center;
}

.zuPop-btn {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 40px 0 20px;
}

/* 确认注销按钮 默认样式 */
.zuPb-left {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border: 1px solid #ccc;
  background: #ddd;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
}

/* 确认注销按钮 三秒倒计时结束样式 */
.add-zuPb-left {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #66b0d4;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
}

/* .zuPb-left{float:left;width:120px;height: 40px;line-height: 40px;font-size:14px;color:#FFF;text-align: center;background: #66B0D4;outline:none;cursor: pointer;border-radius: 20px;} */
.zuPb-left.zhiHui {
  background: #999;
}

.zuPb-right {
  float: right;
  width: 118px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border: 1px solid #ccc;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
}

.zuPop-img {
  position: relative;
  display: block;
  width: 107px;
  height: 94px;
  line-height: 106px;
  margin: 0 auto;
  background: url("$../image/zuXiao_pop.jpg") no-repeat left center;
}

.zuPop-numebr {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -26px;
  width: 48px;
  height: auto;
  font-size: 23px;
  color: #429bcf;
  text-align: center;
  font-weight: bold;
}

.kanjia-biao {
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
  font-size: 16px;
}

@media (max-width: 1860px) {
  body {
    overflow-x: auto;
  }

  .promot-tit {
    width: 960px;
  }

  .switch {
    width: 805.6px;
  }

  .switchTit-box {
    width: 248px;
  }

  .jieSao ul {
    position: absolute;
    top: 6%;
    left: 0%;
  }

  .jieSao li {
    width: 94%;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    line-height: 38px;
    text-indent: 2em;
  }

  .case-warp {
    left: 0;
    top: 13%;
    width: 100%;
  }

  .case-warp li {
    margin-left: 40px;
  }

  .agent-allwarp,
  .youShi,
  .liuChen {
    top: 13%;
    left: 11%;
    width: 79%;
  }

  .person-warp {
    width: auto;
  }

  .agentPerson-warp {
    width: 125px;
  }

  .agent-warp li {
    margin: 2% 0 0 57px;
    padding: 15px;
  }

  .intro {
    overflow: hidden;
    height: 24px;
    line-height: 24px;
  }

  .more-agent {
    display: block;
    margin-top: 20px;
  }

  .youShi li {
    margin-left: 1%;
  }

  .youShi li img {
    height: 326px;
  }

  .youShi ul {
    margin-top: 4%;
  }

  .liu_log {
    margin-top: 11%;
  }

  .switch {
    left: 11%;
    width: 79%;
  }
}

@media (min-width: 1550px) and (max-width: 1860px) {
  .jieSao ul {
    position: absolute;
    top: 6%;
    left: 0%;
  }

  .jieSao li {
    font-size: 22px;
    line-height: 46px;
  }

  .youShi li {
    margin-left: 5%;
  }
}

@media (max-width: 1366px) {
  .main-contain2 {
    width: 134% !important;
  }

  .yuRight-img img {
    height: 230px;
  }

  .wtNew-lfsix {
    height: 623px;
  }

  .couPon-warp {
    width: 960px;
  }

  .couPon-cont li {
    width: 412px;
  }

  .couPon-left {
    width: 145px;
    height: 105px;
    line-height: 101px;
    font-size: 16px;
  }

  .couPon-right {
    width: 265px;
    height: 105px;
  }

  .couright-tit {
    padding: 8px 10px 8px 15px;
    border-bottom: 1px dashed #eee;
  }

  .couright-tit p {
    margin-top: 0;
  }

  .couPon-tip {
    padding: 8px 0 8px 33px;
    background: url("$../image/couTip_log.png") no-repeat 11px 7px;
  }

  .couPon-left span {
    font-size: 60px;
  }

  .couPon-use {
    top: 10px;
  }

  .couright-tit p span {
    width: 153px;
  }

  .click-more {
    width: 960px;
  }

  .helpSearch-box {
    width: 960px;
  }

  .helpCont-warp {
    width: 918px;
  }

  .helpCont-left {
    width: 63%;
  }

  .right-warp {
    width: 88%;
  }

  .helpDetail-warp {
    width: 960px;
  }

  .helpDetail-left {
    width: 60%;
  }

  .helpResult-warp {
    width: 958px;
  }

  .helpResult-box {
    width: 65%;
  }

  .helpResult-left {
    width: 94%;
  }

  .ecoman-box {
    width: 960px;
  }

  .ecoman-min li {
    width: 303px;
    margin-left: 21px;
  }

  .ecoman-person {
    width: 72%;
  }

  .ecoman-info {
    width: 82%;
    margin: 15px 0 0 40px;
  }

  .ecoman-btn {
    width: 76%;
    margin: 20px auto;
  }

  .helpDetail-right {
    width: 32%;
  }

  .exchangeNew-tu,
  .wtNew-box {
    width: 960px;
  }

  .price-btn .kanjia {
    margin: 10px 20px;
  }

  .hiuanBiao-sub {
    width: 606px;
  }

  .exchangeNew-left {
    width: 422px;
  }

  .exchangeNew-right {
    width: 485px;
  }

  .exchangeNew-left input {
    width: 250px;
  }

  .tabHua-box2 {
    top: 103px;
  }

  .aboutNew-list li:last-child {
    padding-bottom: 0;
  }

  .orginGoods-box,
  .serveNew-box,
  .giveNme-box {
    width: 960px;
  }

  .orginAdvant-left {
    width: 73%;
  }

  .orginAdvant-left li h3 {
    font-size: 22px;
  }

  .orginAdvant-left li p {
    font-size: 12px;
  }

  .saleNew-cont,
  .listUnsub-cont,
  .huiYuan-warp,
  .zhenJia-warp,
  .yuQiang-warp,
  .yuJian-cont,
  .beiAn-box,
  .beiDetail-box {
    width: 960px;
  }

  .escrow_top {
    text-indent: 2.5em !important;
  }

  .yuQiang-zan {
    margin-left: 97px;
  }

  .ecomanNew-left {
    width: 582px;
  }

  .dnNew-yu,
  .dnNew-wang,
  .dnNew-other {
    width: 688px;
  }

  .dnNew-yu li h2,
  .dnNew-wang li h2,
  .dnNew-other li h2,
  .dnwang-name {
    font-size: 18px;
  }

  .yuWei-right {
    width: 228px;
  }

  .yuWei-left {
    width: 710px;
  }

  .saiXuan-right {
    width: 87%;
  }

  .wtNew-right {
    width: 72%;
  }

  .wtTwo-sheng {
    width: 759px;
  }

  .wtDetail-link {
    width: 128px;
  }

  .wtDetail-jia {
    width: 100px;
  }

  .wtDetail-left,
  .wtCheng-log {
    width: 623px;
  }

  .wtDetail-zuo {
    width: 60%;
  }

  .wtNew-img {
    width: 133px;
    height: 50px;
    vertical-align: -13px;
  }

  .wtNew-word.ts {
    vertical-align: -7px;
  }

  .wtNew-advone img,
  .wtNew-advtwo img {
    height: 61px;
  }

  .saiXuan-right a {
    padding: 0 36px 0 0;
  }

  .wtDetail-name {
    width: 66%;
  }

  .wtDetail-name.ow {
    width: 341px;
  }

  .myColle-nav {
    width: 86%;
  }

  .wtDetail-name span {
    padding: 0 5px;
  }

  .wtDetail-collec,
  .wtDetail-gu {
    width: 90px;
  }

  .wtDetail-dai {
    width: 74px;
  }

  .wtSale {
    right: 18px;
  }

  /*小屏换一换切换样式*/
  .hiuanBiao-qian {
    position: relative;
    float: left;
    width: 72%;
    height: auto;
  }

  .hiuanBiao-qian li {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 10px;
  }

  .hiuanBiao-qian li a {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 8px 5px;
    font-size: 14px;
    color: #222;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    z-index: 100;
  }

  .hiuanBiao-qian li.on a {
    border-bottom: 1px solid #fafafa;
    background: #fafafa;
    padding: 17px 12px;
  }

  .hiuanBiao-sub {
    position: absolute;
    top: 53px;
    left: 0;
    width: 653px;
    height: auto;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    z-index: 99;
  }

  .navOut {
    height: 82px;
    margin-left: 4px;
  }
  
}

@media (max-width: 1200px) {
  .bannerTrade,.myaccount-wrap{
    width: 1200px;
  }
}
.saoma {
  width: 200px;
  height: 300px;
  position: absolute;
  float: right;
  margin-top: 85px;
  left: 50%;
}

.saomaImg1 {
  width: 96%;
  height: 200px;
  padding: 2%;
  border: 1px solid #4aaf1a;
}

.saomaImg2 {
  width: 70%;
  height: 30px;
  margin-left: 15%;
  margin-top: 10%;
}

/* 车委托列表 */
.wtWang-box-car li {
  height: 220px !important;
}

.wtNew-log1-car {
  width: auto;
  height: 80%;
  width: 200px;
  height: 150px;
}

.wtNew-log2-car {
  width: 65%;
  float: right;
  overflow: hidden;
}

.wtWang-nav-car {
  width: 160px;
}

.wtWang-class-car {
  width: 485px;
}

.yuRight-box-car li {
  height: 280px;
}

.yuRight2-box-car li {
  height: 300px;
}

.wtNew-cont-car2 {
  height: 50px;
  line-height: 20px;
  overflow: hidden;
  margin: 15px 0;
}

.wtDetail-dai-car {
  display: inline-block;
  width: 77px;
  height: auto;
  padding-left: 17px;
  box-sizing: border-box;
  font-size: 14px;
  color: #ff7720;
  background: url($../image/wtNew_lins.png) no-repeat left center;
}

.wtTwo-box-car-text {
  font-size: 14px;
  color: #666;
  line-height: 28px;
}

/* 车委托列表end */

/* 轮播图 */
.swiper-container {
  /* width: 100%; */
  width: 700px;
  height: 450px;
  float: left;
}

.swiper-advertise {
  width: 100%;
  height: 600px;
  overflow: hidden;
  text-align: center;
}

.swiper-advertise .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.wtTwo-box-car-tit {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 30px;
}

/* 轮播图end */

/* 车上传照片样式 */
#upload {
  width: 80%;
  display: block;
  margin-left: 125px;
  cursor: pointer;
}

.avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 240px;
}

.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}

.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 240px;
  height: 180px;
  line-height: 178px;
  text-align: center;
}

.avatar {
  width: 240px;
  height: 180px;
  display: block;
}

.el-icon-plus:before {
  position: absolute;
  top: 70px;
  left: 100px;
}

.avatar-uploader {
  display: inline-block;
}

.trade_car_right {
  display: inline-block;
  width: 180px;
  height: 180px;
  position: absolute;
  color: #999;
  font-size: 12px;
}

.trade_car_right p {
  margin-bottom: 5px;
  margin-left: 50px;
}

.trade_car_line {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 40px 0 40px 0;
}

.trade_car_rights {
  float: right;
  width: 200px;
}

.picImg,
.thumbnail,
.thumbnail img {
  width: 240px;
  height: 180px;
}

.thumbnail {
  padding: 10px;
  border: 1px solid #ccc;
}

.fbwt-thumbnail,
.fbwt-thumbnail img {
  width: 200px;
  height: 150px;
}

.btn-file {
  border: 2px solid #007bb7;
  color: #007bb7;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: 160px;
  left: 30px;
}

.trade_car_adive {
  position: absolute;
  font-size: 12px;
  color: #999;
  margin-left: 30px;
}

.trade_car_adive p {
  line-height: 20px;
}

/* 车上传照片样式en */
#img-container {
  margin-left: 125px;
}

#fbwt2-img-container {
  margin-left: 145px;
}

#img-container:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

#fbwt2-img-container:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}

.img-item {
  position: relative;
  float: left;
  margin-right: 0.1875rem;
  margin-bottom: 0.1875rem;
  height: 180px;
  width: 180px;
  box-sizing: border-box;
  border-radius: 10px;
}

.img-thumb {
  border: 1px solid #000;
}

.thumb-icon {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.img-up-add {
  /* display: table; */
  border: 1px dashed #e0e0e0;
}

.img-add-icon {
  font-size: 50px;
  margin-top: 70px;
  margin-left: 70px;
}

.img-add-icon1 {
  font-size: 50px;
  margin-top: 45px;
  margin-left: 28px;
}

.img-remove {
  position: absolute;
  right: -0.1875rem;
  top: -0.1875rem;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f7333d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  overflow: hidden;
  background-clip: padding-box;
}

#img-file-input {
  display: none;
}

.select-car {
  width: 295px;
  height: 38px;
  border: 1px solid #ddd;
  line-height: 38px;
  text-indent: 1em;
  color: #333;
  appearance: normal;
}

/* 车委托详情页面 */
.dealtitle-cars {
  position: relative;
  margin-bottom: 90px;
}

.dealtitle-car {
  width: 220px;
  height: 160px;
  position: absolute;
  right: 0;
  top: 0;
}

/* 车委托详情页面end */
.dealobject-car-title {
  color: #555;
  font-weight: bold;
  padding: 20px;
}

.dealobject-car-text {
  color: #555;
  padding: 20px;
  padding-top: 0;
  word-break: break-all;
}

.dealobject-car-image {
  width: 160px;
  height: 160px;
  border-radius: 10px;
}

/* end */
/* 委托大厅 */
.luxury-car {
  padding: 2px 10px;
  background: #3892f2;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
}

.car-yuming {
  background: #f69958;
}

.car-wangzhan {
  background: #fa6553;
}

.car-zimeiti {
  background: #4669ea;
}

.car-guanggao {
  background: #31a4e5;
}

.car-qita {
  background: #359549;
}

.trade-title-pic {
  margin-left: 120px;
  margin-bottom: 50px;
  color: #333;
}

.notClick {
  pointer-events: none;
}

.saleNew-wen-car {
  width: 100px !important;
  float: left;
  width: 180px !important;
  height: 180px !important;
  position: absolute;
  top: 0;
  left: 35px;
}

.cream-car {
  color: #ff8018 !important;
  display: inline-block;
  max-width: 50px;
  /* width: 50px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.cream-cars a,
.cream-cars span {
  overflow: hidden;
  display: inline-block;
  color: #999;
}

.wtr-addMore {
  font-size: 14px;
  margin: 0 45px;
  overflow: visible;
}

.wtr-addMore a {
  color: #0f75ce;
}

/* end */
.btn-wtgm {
  float: right;
  background: #f90;
  color: #fff;
  position: relative;
  top: -25px;
  outline: none;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 4px;
  line-height: 1.5;
}

.btn-wtgm1 {
  position: relative;
  top: 15px;
  right: 15px;
}

/* center改版 */
.aside-left {
  width: 12%;
  height: auto;
  background: #fff;
  overflow: hidden;
  float: left;
}

.aside-left-ul li {
  padding: 15px 30px 15px 20px;
  cursor: pointer;
}

.aside-left-ul li a:hover {
  color: #039ae1;
}

.asideBlue {
  border-left: 3px solid #039ae1;
  color: #039ae1;
}

.asideBlue a {
  color: #039ae1;
}

.main-contain {
  width: 60%;
  height: auto;
  /* overflow: hidden; */
  margin-left: 2%;
  float: left;
}

.main-contain2 {
  height: 150px;
  padding: 20px 13px;
  background: #fff;
  border-radius: 5px;
  padding-bottom: 0;
  width: 139%;
}

.aside-right {
  width: 24%;
  height: auto;
  background: #fff;
  float: left;
  margin-left: 2%;
  text-align: center;
  margin-top: 180px;
}

.aside-right1 {
  padding: 30px 20px;
  /* width: 100%; */
  background: #fff;
}

.aside-right-text {
  font-size: 14px;
  color: #666;
  text-align: left;
  line-height: 25px;
  margin: 30px 0;
}

.aside-right-btn {
  width: 100%;
  border: 1px solid #ff6900;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  color: #ff6900;
  font-size: 14px;
  display: inline-block;
}

.aside-right-btn a {
  color: #ff6900;
  font-size: 14px;
}

.aside-right-btn1 {
  width: 80%;
  margin-bottom: 30px;
}

.aside-right-line {
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin: 40px 0;
}

.aside-right-text2 {
  width: 100%;
  color: #666;
  font-size: 14px;
  height: 30px;
  /* margin-bottom: 15px; */
}

.aside-right-text3 {
  width: 50%;
  float: left;
  height: 30px;
  line-height: 30px;
}

.aside-right-img {
  vertical-align: middle;
}

.main-right-cont {
  float: right;
  overflow: hidden;
  width: 260px;
}

.main-right-cont a {
  display: block;
  width: 118px;
  padding: 10px 0;
  margin-top: 10px;
  font-size: 14px;
  color: #00abf2;
  text-align: center;
  border: 1px solid rgba(0, 171, 242, 0.3);
  border-radius: 50px;
}

.main-right-cont a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background: url($../image/log_16.png) no-repeat;
  vertical-align: -2px;
}

.main-right-cont a:hover {
  background: #00abf2;
  color: #fff;
}

.main-right-cont a:hover i {
  background: url($../image/log_20.png) no-repeat;
}

.main-contain-money {
  float: right !important;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: #999 !important;
}

.main-contain-money span {
  vertical-align: middle;
}

.main-contain1 {
  width: 100%;
}

.main-contain1 ul li {
  font-weight: normal;
}

/* .aside-right2{
	border-top: 20px solid #fafafa;
	background: #FFF;
} */
.Zj_center_line {
  border-bottom: 20px solid #fafafa;
  background: #fff;
}

.aside-right2-1 {
  font-size: 18px;
  color: #333;
  float: left;
}

.aside-right2-2 {
  color: #666;
  font-size: 14px;
  float: right;
}

.aside-right22 {
  /* width: 100%; */
  height: 40px;
  line-height: 40px;
  padding: 15px 25px;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}

.aside-right23 {
  /* width: 100%; */
  height: 149px;
  padding: 20px 25px;
  background: #fff;
  overflow: hidden;
}

.aside-right23-1 {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}

.aside-right23-2 {
  width: 40%;
  float: left;
  text-align: left;
}

.aside-right23-3 {
  width: 60%;
  float: right;
  text-align: right;
}

.aside-right23-text {
  color: #999;
  font-size: 14px;
  padding-top: 5px;
}

.aside-right23-cz {
  font-size: 16px;
  color: #333;
}

.aside-right23-blue {
  font-size: 16px;
  color: #49c040;
}

.aside-right23-red {
  font-size: 16px;
  color: #ff3838;
}

.main-contain-color {
  color: #ff6900;
  vertical-align: middle;
}

.main-contain-color:hover {
  color: #ff6900;
}

.main-contain-qd {
  color: #ff6900;
  border: 1px solid #ff6900;
  padding: 0 10px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 3px;
  font-size: 12px;
  vertical-align: middle;
}

.main-contain-qd:hover {
  /* color: #ff6900; */
  background: #ff6900;
  color: #fff;
}

.aside-right-btn:hover {
  /* border: 1px solid #007bb7; */
  background: #ff6900;
  color: #fff;
}

.main-contain-ul {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}

.main-contain3 {
  /* border-top: 10px solid #F8F8F8; */
  height: 140px;
  border-radius: 5px;
  background: #fff;
  margin-top: 10px;
}

.main-contain3-1 {
  width: 27%;
  float: left;
  text-align: center;
  border-right: 1px solid #eee;
  margin: 5% 0;
  padding: 0 3%;
  color: #333;
  font-size: 18px;
}

.noneLine {
  border: none;
}

.main-contain3-2 {
  padding-top: 30px;
}

.main-contain-title {
  color: #999;
  font-size: 14px;
}

.main-contain4 {
  color: #ff7a26;
  color: 14px;
  padding: 10px 0;
}

.main-contain5 {
  width: 100%;
  /* border: 1px solid red; */
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.main-contain5-1 {
  width: 23.5%;
  /* border: 1px solid #eee; */
  height: 100px;
  float: left;
  -moz-box-shadow: 1px 1px 2px #eee;
  /* 老的 Firefox */
  box-shadow: 1px 1px 2px #eee;
  margin-right: 2%;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.main-contain5-1 p {
  color: #333;
  font-size: 14px;
  padding-top: 5px;
}

.main-contain5-1 img {
  padding-top: 10px;
}

.main-contain5-1:last-child {
  margin-right: 0px;
}

.main-contain6 {
  width: 100%;
  margin-top: 20px;
  background: #fff;
  overflow: hidden;
  /* height: 316px; */
  border-radius: 5px;
}

.main-contain6-ul {
  height: 250px;
  overflow: hidden;
}

.main-contain6-top {
  width: 94%;
  border-bottom: 1px solid #ebebeb;
  padding: 20px;
  overflow: hidden;
}

.main-contain6-top1 {
  color: #333;
  font-size: 18px;
}

.main-contain6-top2 {
  color: #666;
  font-size: 14px;
  float: right;
}

.main-contain6-mid {
  text-align: center;
  width: 60%;
  height: 180px;
  overflow: hidden;
  margin-left: 22%;
  margin-top: 70px;
}

.main-contain6-mid1 {
  width: 20%;
  /* float: left;
	text-align: left; */
  height: 90px;
}

/* .main-contain6-mid2{
	width: 80%;
	float: left;
	text-align: left;
} */
.main-contain-mid21 {
  color: #999;
  font-size: 14px;
  padding: 20px;
  display: block;
}

.main-contain-btn {
  border: 1px solid #ff6900;
  border-radius: 30px;
  color: #ff6900;
  font-size: 14px;
  padding: 5px 30px;
  margin-left: 20px;
  display: none;
}

.main-contain-btn:hover {
  /* color: #ff6900; */
  color: #fff;
  background: #ff6900;
}

.main-contain6-li {
  padding: 20px;
  width: 94%;
  overflow: hidden;
}

.main-contain6-li1 {
  width: 60%;
  float: left;
}

.main-contain6-li1-1 {
  width: 60%;
  float: left;
  line-height: 3;
}

.main-contain6-li1-1 span {
  width: 30%;
  display: inline-block;
}

.main-contain6-li1-red {
  color: #ff3838;
}

.main-contain6-li11 {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-contain6-li2 {
  width: 27%;
  float: left;
  line-height: 3;
  color: #ff3838;
  text-align: center;
}

.main-contain6-li3 {
  width: 13%;
  float: left;
  line-height: 3;
}

.main-contain6-li33 {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px 8px;
}

.main-contain6-li12 {
  color: #666;
  font-size: 12px;
}

.main-contain6-li13 {
  color: #ccc;
  padding: 0 5px;
}

/* 实名认证css */
.smrz-contain {
  width: 86%;
  height: auto;
  /* overflow: hidden; */
  margin-left: 2%;
  float: left;
}

.smrz-contain2 {
  height: 80px;
  background: #fff;
  border-radius: 5px;
}

.smrz-contain21 {
  font-size: 14px;
  color: #333;
  width: 100px;
  text-align: center;
  padding: 7px 15px;
  cursor: pointer;
  border-radius: 40px;
  line-height: 80px;
  margin-left: 30px;
}

.smrz-choose {
  color: #fff;
  background: #00abf2;
}

.smrz-contain3 {
  height: 140px;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
}

.smrz-contain31 {
  padding: 6% 30% 0;
  text-align: center;
}

.smrz-contain32 {
  width: 30%;
  float: left;
}

.smrz-contain33 {
  width: 40%;
  float: left;
  border-bottom: 2px dashed #e6e6e6;
  height: 10px;
}

.smrz-contain34 {
  width: 30%;
  float: left;
}

.smrz-contain32-1 {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #999;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.smrz-contain32-one {
  background: #00abf2;
  color: #fff;
  border: none;
}

.smrz-contain32-2 {
  color: #666;
  font-size: 12px;
  padding-top: 10px;
}

.smrz-contain32-blue1 {
  border-radius: 50%;
  background: #00abf2;
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.smrz-contain32-blue2 {
  color: #00abf2;
}

.smrz-contain4 {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
}

.smrz-contain4 .zfb_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0;
}

.smrz-contain4 .zfb_dt {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-top: 18px;
}

.smrz-contain41 {
  padding: 30px;
  color: #ff9a18;
  font-size: 14px;
  line-height: 25px;
}

.smrz-contain42 {
  width: 100%;
  overflow: hidden;
  padding: 30px 0 60px 0;
  color: #aaa;
}

.smrz-error,
.smrz-error2,
.smrz-error-username {
  color: red;
  padding-left: 10px;
}

.smrz-contain42-btn {
  width: 220px;
  height: 50px;
  line-height: 35px;
  background: #1ba7e5;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  margin-left: 150px;
  margin-top: 30px;
}

.smrz-contain42-btn1 {
  width: 220px;
  height: 50px;
  line-height: 35px;
  background: #1ba7e5;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  margin-left: 150px;
  margin-top: 30px;
}

.fqwt-contain42-btn1 {
  width: 220px;
  height: 50px;
  line-height: 35px;
  background: #1ba7e5;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  margin-left: 150px;
  margin-top: 30px;
  text-align: center;
}

.smrz-contain42-input {
  margin-bottom: 30px;
  overflow: hidden;
}

.smrz-contain42-input input {
  width: 320px;
  height: 38px;
  border: 1px solid #ddd;
  line-height: 38px;
  text-indent: 1em;
  color: #333;
  border-radius: 5px;
}

.smrz-contain42-title {
  color: #666;
  font-size: 12px;
  margin-top: 30px;
  margin-left: 150px;
}

.smrz-contain42-name {
  color: #333;
  font-size: 14px;
  width: 148px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
}

.smrz-thumbnail {
  border: none;
  width: 240px;
  height: 150px;
  border-radius: 10px;
  float: left;
  width: 240px;
  height: 150px;
  cursor: pointer;
  padding: 0;
}

.smrz-contain42-img2 {
  float: left;
  width: 190px;
  height: 120px;
}

.smrz-contain42-name1 {
  float: left;
}

.smrz-contain42-input2 {
  width: 100%;
  overflow: hidden;
}

.smrz-contain42-one {
  width: 45%;
  float: left;
}

.smrz-contain42-two {
  width: 50%;
  float: right;
}

.smrz-contain42-two2 {
  width: 85%;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  margin-left: 40px;
  padding-top: 15px;
}

/*  */
.smrz-contain5 {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  /* height: 500px; */
}

.smrz-contain51 {
  padding: 40px 30px;
}

.smrz-contain51-title {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
}

/* table */
.smrz-contain5-table {
  width: 100%;
  border: 1px solid #e6e6e6;
  font-size: 14px;
}

.smrz-contain5-table tr {
  border: 1px solid #e6e6e6;
}

.smrz-contain5-table td,
.smrz-contain5-table th {
  padding: 20px 15px;
  color: #454545;
}

.smrz-contain5-table tr td:nth-child(4),
.smrz-contain5-table tr td:nth-child(5) {
  text-align: center;
}

.smrz-contain5-table thead {
  background-color: #f2f2f2;
  color: #333;
}

.smrz-contain5-table tr td:nth-child(5) a {
  color: #b2b2b2;
}

.smrz-contain-color1 {
  color: #ed6d06 !important;
}

.smrz-contain-color2 {
  color: #30a75a !important;
}

.smrz-contain-color3 {
  color: #ff3838 !important;
  font-size: 14px;
}

.transaction-time {
  line-height: 20px !important;
}

.smrz-contain-color4 {
  color: #49c040 !important;
}

.smrz-contain-revise {
  cursor: pointer;
  background: #ff3838;
  color: #fff !important;
  padding: 8px 15px;
  border-radius: 5px;
}

.smrz-contain-revise:hover {
  color: #fff;
}

.smrz-contain-reason {
  color: #ff3838 !important;
}

.smrz-contain-reason1 {
  border: none !important;
}

/* 企业 */
.smrz-contain6 {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
}

.smrz-contain61 {
  padding: 30px;
}

.smrz-contain61-point {
  color: #ff9a18;
  line-height: 25px;
}

.transition-table th {
  /* color: #666!important; */
  font-weight: normal;
}

/* 账号管理 */
.zhgl-contain42 {
  width: 100%;
  overflow: hidden;
  padding-bottom: 80px;
  color: #aaa;
}

.zhgl-contain42-input {
  padding-bottom: 30px;
  padding-left: 30px;
}

.zhgl-contain42-btn1 {
  width: 180px;
  height: 35px;
  line-height: 35px;
  background: #1ba7e5;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 30px;
}

.zhgl-contain42-name {
  color: #666;
  font-size: 14px;
  width: 80px;
  display: inline-block;
  text-align: left;
}

.zhgl-contain41 {
  padding: 30px;
  color: #ff9a18;
  font-size: 14px;
}

.zhgl-contain42-input input {
  width: 220px;
  height: 38px;
  border: 1px solid #ddd;
  line-height: 38px;
  text-indent: 1em;
  color: #333;
  border-radius: 5px;
}

.zhgl-contain42-name2 {
  color: #1a1a1a;
}

.zhgl-contain42-change {
  color: #00abf2;
  padding-left: 20px;
  cursor: pointer;
}

/* 遮罩层 */
.zhgl-cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.zhgl-cover1 {
  width: 760px;
  height: 540px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -380px;
  margin-top: -270px;
}

.zhgl-cover2 {
  padding: 20px;
  text-align: center;
}

.zhgl-cover2-close {
  float: right;
  cursor: pointer;
}

.zhgl-cover2-title {
  width: 100%;
  margin-top: 20px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.zhgl-cover2-circuit {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 79px;
  margin: 30px;
  overflow: hidden;
  padding-bottom: 40px;
}

.zhgl-cover2-step {
  float: left;
  width: 20%;
}

.zhgl-cover2-step p {
  margin-top: 10px;
}

.zhgl-cover2-line {
  width: 100px;
  height: 15px;
  border-bottom: 1px dashed #e6e6e6;
  float: left;
}

.zhgl-cover3 {
  padding: 0 20%;
}

.zhgl-cover3-input {
  margin-bottom: 30px;
}

.zhgl-cover3-input input {
  width: 145px;
  height: 38px;
  border: 1px solid #ddd;
  line-height: 38px;
  text-indent: 1em;
  color: #333;
  border-radius: 5px;
}

.zhgl-cover3-next {
  display: inline-block;
  width: 250px;
  height: 40px;
  background: #00abf2;
  color: #fff;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 25%;
}

.zhgl-cover3-input:last-child {
  text-align: center;
}

.zhgl-yzmpicture img {
  width: 140px;
  overflow: hidden;
}

.zhgl-yzmpicture {
  display: inline-block;
  float: right;
}

.smrz-hqbtn {
  display: block;
  float: right;
  width: 140px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  border: 1px solid #ff9900 !important;
  border-radius: 4px !important;
  font-size: 16px;
  color: #ff9900 !important;
  background: #fff;
  cursor: pointer;
  text-indent: 0 !important;
}

.zhgl-cover2-one {
  color: #00abf2;
}

.zhgl-cover4 {
  padding: 0 20%;
  text-align: center;
}

.smrz-cover4-btn {
  width: 260px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #00abf2;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  background: #00abf2;
  cursor: pointer;
}

.zhgl-cover4-text1 {
  color: #333;
  font-size: 18px;
  padding: 30px 0 15px 0;
}

.zhgl-cover4-text2 {
  color: #999;
  font-size: 12px;
  padding-bottom: 40px;
}

.zhgl-kong {
  padding: 20px 0;
}

.zhgl-logout {
  padding: 0 30px;
  color: #666;
  font-size: 14px;
}

.zhgl-logout-title {
  font-size: 18px;
  padding: 20px 0;
}

.zhgl-logout-text {
  padding-bottom: 15px;
}

.zhgl-logout-btn {
  width: 180px;
  background: #ff3939;
  border-radius: 5px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  margin-top: 30px;
  cursor: pointer;
  text-align: center;
}

.cwmx-contain5-table {
  width: 100%;
  border: 1px solid #ebebeb;
  font-size: 14px;
}

.cwmx-contain5-table tr {
  border: 1px solid #ebebeb;
}

.cwmx-contain5-table td,
.cwmx-contain5-table th {
  padding: 20px 15px;
  color: #454545;
  text-align: center;
}

.cwmx-contain5-table tr td:nth-child(4),
.cwmx-contain5-table tr td:nth-child(5) {
  text-align: center;
}

.cwmx-contain5-table thead {
  background-color: #fafafa;
  color: #333;
}

.cwmx-contain5-table tr td:nth-child(5) a {
  color: #b2b2b2;
}

.cwmx-pages {
  margin-top: 50px;
  overflow: hidden;
  text-align: right;
}

.cwmx-pages a {
  display: inline-block;
  min-width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  border-radius: 2px;
  border: 1px solid #d8dadf;
  margin-right: 18px;
}

.cwmx-pages a:hover {
  border: 1px solid #007bb7;
  background: none;
  color: #007bb7;
}

.cwmx-pages a.on {
  border: 1px solid #007bb7;
  background: #007bb7;
  color: #fff;
}

.wtjl-contain2 {
  background: #fff;
  border-radius: 5px;
}

.wtjl-contain41 {
  padding: 20px 30px;
  color: #ff9a18;
  font-size: 14px;
  position: relative;
}

.wtjl-contain41 p {
  padding-bottom: 5px;
}

.wtjl-contain41 p:last-child {
  padding-bottom: 0;
}

.wtjl-btn {
  position: absolute;
  right: 30px;
  top: 27%;
  width: 140px;
  background: #00abf2;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
}

.wtjl-btn:hover {
  color: #fff;
}

.wtjl-head {
  color: #333;
  font-size: 16px;
  margin-bottom: 30px;
  cursor: pointer;
  width: 50%;
  float: left;
}

.wtjl-head2 {
  margin-left: 20px;
}

.wtjl-head-color {
  color: #1ba7e5;
  border-bottom: 2px solid #1ba7e5;
  padding-bottom: 5px;
}

.wtjl-search {
  width: 50%;
  float: right;
  text-align: right;
}

.wtjl-search-btn {
  background: #00abf2;
  height: 32px;
  border-radius: 0 5px 5px 0;
  width: 50px;
  float: right;
  cursor: pointer;
}

.wtjl-search-input {
  text-indent: 1em;
  height: 30px;
  border: 1px solid #00abf2;
  border-radius: 5px 0 0 5px;
  /* float: right; */
}

.wtjl-contain5-table {
  width: 100%;
  /* border: 1px solid #ebebeb; */
  font-size: 14px;
  margin-top: 65px;
}

.wtjl-table {
  font-size: 12px;
}

.wtjl-table th {
  font-weight: normal;
}

.wtjl-contain5-table tbody {
  position: relative;
}

.wtjl-contain5-table tr {
  width: 100%;
  display: block;
  overflow: hidden;
}

.wtjl-tr {
  display: block;
  border: 1px solid #ebebeb;
  margin-top: 20px;
}

.wtjl-tr-title {
  width: 100%;
  text-align: left !important;
  background: #f7f7f7;
  font-weight: normal;
}

.wtjl-tr-name {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* float: left; */
  max-height: 40px;
  line-height: 20px !important;
  text-align: left;
  vertical-align: middle;
}

.wtjl-tr-title span {
  /* padding-left: 20px; */
  color: #666;
}

.transition-title span {
  padding: 0;
}

.wtjl-tr-title i {
  color: #333;
}

.wtjl-contain5-table th {
  display: inline-block;
  padding: 10px 7.5px;
  text-align: center;
  color: #333;
}

.wtjl-contain5-table td {
  margin: 15px 10px;
  color: #666;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  /* height: 40px; */
  /* line-height: 40px; */
}

.wtjl-contain5-table1 td {
  margin: 35px 10px;
}

.wtjl-contain5-table1 td div {
  text-align: center !important;
}

/* .wtjl-contain5-table tr td:nth-child(4),.wtjl-contain5-table tr td:nth-child(5){
	text-align: center;
} */
.wtjl-contain5-table thead {
  background-color: #f7f7f7;
  /* color: #333; */
}

.wtjl-contain5-table tr td:nth-child(5) a {
  color: #b2b2b2;
}

.wtjl-edit {
  cursor: pointer;
  color: #00abf2;
  /* border: 1px solid #00abf2; */
  border-radius: 3px;
  padding: 2px 5px;
  display: inline-block !important;
}

.wtjl-edit:hover {
  color: #333;
  /* background: #00abf2; */
}

.wtjl-btns {
  /* margin-top: 0px!important; */
  cursor: pointer;
  line-height: normal !important;
  font-size: 12px;
  vertical-align: middle;
}

.wtjl-btns a {
  display: inline-block;
  padding: 2px 5px;
}

.smrz-waring {
  color: red;
  margin-left: 150px;
}

.wtjl-edit2 {
  cursor: pointer;
  color: #999;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  border-radius: 5px;
  padding: 2px 3px;
  display: inline-block !important;
}

.wtjl-edit3 {
  /* border: 1px solid #999; */
  padding: 2px 5px;
  display: inline-block !important;
  border-radius: 3px;
  color: #333;
}

.wtjl-edit3:hover {
  color: #333;
  /* background: #999; */
}

.wtjl-edit2:hover {
  color: #999;
}

.fbwt-return {
  float: right;
  line-height: 80px;
  margin-right: 20px;
  color: #666;
}

.fbwt-line {
  width: 100px;
  float: left;
  border-bottom: 2px dashed #e6e6e6;
  height: 10px;
  float: left;
}

.fbwt-step1 {
  float: left;
}

.fbwt-contain31 {
  padding: 2% 24% 0;
  text-align: center;
  font-size: 12px;
}

.fbwt-step-text1 {
  color: #00abf2;
  padding-top: 5px;
}

.fbwt-step-text2,
.fbwt-step-text3 {
  color: #666;
  padding-top: 5px;
}

.fbwt-contain41 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 55px 0 0 30px;
}

.fbwt-select {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100px;
  height: 22px;
  line-height: 22px;
}

.fbwt-contain {
  width: 73%;
  float: left;
}

.fbwt-contain6 {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
}

.fbwt-point {
  font-size: 12px;
  color: #666;
  padding: 10px 123px 20px 168px;
}

.fbwt-contain42-input {
  position: relative;
}

.fbwt-contain42-input input {
  width: 318px;
  height: 38px;
  border: 1px solid #ddd;
  line-height: 38px;
  text-indent: 1em;
  color: #333;
  border-radius: 5px;
}

.fbwt-left {
  margin-left: 5px;
}

.fbwt-description {
  width: 298px;
  height: 100px;
  border: 1px solid #ddd;
  /* text-indent: 1em; */
  color: #333;
  border-radius: 5px;
  padding: 10px;
}

.fbwt-xieyi {
  margin-left: 150px;
  color: #333;
  overflow: hidden;
  margin-top: 10px;
}

.fbwt-xieyi input {
  float: left;
  margin-top: 3px;
}

.fbwt-xieyi p {
  float: left;
  margin-left: 10px;
}

.fbwt-xieyi a {
  color: #1185e1;
}

.fbwt-xieyi a:hover {
  color: #1185e1;
}

/* 发布成功 */
.fbwt-contain-success {
  width: 73%;
  float: left;
  text-align: center;
}

.fbwt-contain-success1 {
  padding: 20% 0;
}

.fbwt-success-text1 {
  font-size: 18px;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.fbwt-success-text2,
.fbwt-success-text3 {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.fbwt-success-text3 {
  margin-bottom: 20px;
}

.fbwt-success-text4 a,
.fbwt-success-text5 a {
  width: 230px;
  color: #fff;
  background: #00abf2;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #00abf2;
  font-size: 16px;
}

.fbwt-success-text5 a {
  background: #fff;
  color: #666;
  border: 1px solid #666;
}

.fbwt-success-text4 a:hover {
  color: #fff;
}

.fbwt-success-text5 a:hover {
  color: #666;
}

/* 委托详情 */
.wtxq-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: left;
  /* height: 50px; */
  max-height: 50px;
  width: 80%;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

/* .wtxq-name::after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;} */
.wtxq-name2 a {
  width: 20%;
  float: right;
  text-align: right;
  color: #00abf2;
  font-size: 14px;
}

.wtxq-name2 a:hover {
  color: #00abf2;
}

.wtxq-contain {
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  overflow: hidden;
}

.wtxq-contain1 {
  padding: 40px 30px 100px 30px;
  overflow: hidden;
}

.wtxq-contain2 {
  width: 100%;
  overflow: hidden;
}

.wtxq-contain2-title {
  margin-top: 25px;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}

.wtxq-contain-name {
  color: #666;
  overflow: hidden;
  /* padding-right: 50px; */
  float: left;
  width: 10%;
  line-height: 25px;
}

.wtxq-contain-name2 {
  color: #333;
  overflow: hidden;
  width: 90%;
  float: right;
  line-height: 25px;
}

.wtxq-contain3 {
  margin-top: 40px;
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
}

.wtxq-contain3-title {
  color: #333;
  font-size: 16px;
  padding-bottom: 10px;
}

.wtxq-contain2-edit {
  background: #1ba7e5;
  color: #fff;
  height: 45px;
  width: 220px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  margin-top: 20px;
}

.wtxq-contain2-edit:hover {
  color: #fff;
}

.wtxq-img {
  width: 700px;
  height: 450px;
}

.fbwt2-subtitle {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
  font-weight: normal;
}

.fbwt2-choose,
.fbwt2-choose1,
.fbwt2-choose2,
.fbwt2-choose3,
.fbwt2-choose4,
.fbwt2-choose5,
.fbwt2-choose6 {
  display: inline-block;
}

.fbwt2-choose-li {
  border: 1px solid #e6e6e6;
  position: relative;
  padding: 7px 30px;
  color: #333;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}

.fbwt2-li {
  border: 1px solid #e6e6e6;
  position: relative;
  color: #333;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  border-radius: 0 !important;
  padding: 2px 5px;
}

.fbwt2-choose-li2 {
  border: 1px solid #00abf2;
  color: #00abf2;
  display: inline-block;
  background: url($../image/fbwt_icon.png) no-repeat;
  background-position: 100% 0%;
}

.fbwt2-rili {
  position: absolute;
  right: 220px;
  top: 10px;
}

.fbwt2-rili2 {
  position: absolute;
  right: 350px;
  top: 10px;
}

.container1 {
  width: 78%;
  /* display: inline-block; */
  float: right;
}

.fbwt2-btn-file {
  border: 2px solid #1ba7e5;
  color: #1ba7e5;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  position: relative;
  top: 150px;
  left: 30px;
}

.fbwt2-btn-file {
  padding: 5px 10px;
}

.img-add-icon2 {
  font-size: 50px;
  margin-top: 45px;
  /* margin-left: 28px; */
  position: absolute;
  top: 10px;
  left: 41%;
}

.fqzj-contain31 {
  padding: 5% 31% 0;
  text-align: center;
  font-size: 12px;
}

.fqzj-cream {
  height: auto;
  margin: 0;
}

.fqzj-warn {
  margin: 20px 0 0 30px;
  overflow: hidden;
  padding: 20px 30px;
  background: #fff8ea;
  color: #ff3838;
  font-size: 14px;
  letter-spacing: 1px;
}

.fqzj-warn2 {
  margin: 20px 0 0 30px;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 30px;
  border-bottom: 1px solid #e1eaf0;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}

.fqzj-disabled {
  color: #999 !important;
  background-color: #e6e6e6 !important;
  border: 1px solid #e6e6e6 !important;
}

.fqzj-tra5 {
  border: none;
  padding: 0;
}

.fqzj-money {
  padding-top: 30px !important;
}

.fqzj-contain42 {
  color: #333;
  font-size: 14px;
  width: 75%;
  float: right;
}

.fqzj-contain42-name {
  color: #333;
  font-size: 14px;
  width: 120px;
  display: inline-block;
  text-align: right;
}

.fqzj-regular-radio:checked + label {
  background-color: #fff !important;
  color: #00abf2 !important;
  border: 1px solid #00abf2;
  color: #00abf2;
  display: inline-block;
  background: url($../image/fbwt_icon.png) no-repeat;
  background-position: 100% 0%;
  border-radius: 0;
}

.fqwt-previous {
  display: inline-block;
  text-align: center;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 4px;
  color: #1ba7e5;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  margin-left: 10px;
  margin-top: 30px;
  border: 1px solid #1ba7e5;
}

.fqzj-title2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 30px 0 0 30px;
}

.fqzj2-contain3 {
  min-height: 140px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  /* overflow: hidden; */
  padding-bottom: 20px;
}

.fqzj2-contain3-bg {
  background: url($../image/fqzj-bg2.png) no-repeat;
  width: 220px;
  height: 50px;
  background-size: 100% 100%;
  position: relative;
  float: right;
  right: -12px;
  top: 25px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fafafa;
}

.fqzj2-contain {
  float: left;
  overflow: hidden;
  width: 75%;
}

.fqzj-title3 {
  font-size: 14px;
  color: #666;
  padding: 25px 0 0 30px;
}

.fqzj-title4 {
  font-size: 14px;
  color: #666;
  padding: 15px 0 0 30px;
}

.fqzj-title4 span {
  margin-right: 25px;
}

.fqzj2-contain4 {
  height: 200px;
  background: #fff;
  border-radius: 5px;
  margin-top: 20px;
}

.fqzj2-contain4-1 {
  padding: 30px;
  text-align: center;
}

/*  */
.fqzj2-contain4-1 li {
  display: inline-block;
}

.fqzj2-contain4-1 p {
  margin-top: 20px;
}

.fqzj2-line {
  width: 70px;
  height: 15px;
  border-top: 2px dashed #00abf2;
  margin: 0 20px;
}

.fqzj2-line2 {
  width: 70px;
  height: 15px;
  border-top: 2px dashed #e6e6e6;
  margin: 0 20px;
}

/* .fqzj2-contain4-2 {
  display: inline-block;
} */

.fqzj2-contain4-2 li {
  display: inline-block;
  width: 13.9%;
  text-align: center;
}

.fqzj2-contain4-2 div {
  padding-top: 20px;
  width: 100%;
  font-size: 12px;
  color: #333;
  word-break: break-all;
  white-space: normal;
  margin-bottom: 10px;
  height: 45px;
  /* padding-left: 15%; */
  text-align: center;
}

.fqzj2-contain4-2 p {
  /* margin-top: 10px; */
  color: #999;
  font-size: 12px;
  display: inline-block;
  height: 16px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.fqzj2-bottom {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 75px;
}

.fqzj2-bottom1 {
  float: left;
}

.fqzj2-bottom2 {
  float: right;
  color: #333;
  font-size: 16px;
}

.fqzj2-bottom2 a {
  cursor: pointer;
  margin-left: 35px;
}

.fqzj2-bottom3 {
  padding: 30px 60px;
}

.fqzj2-yfje {
  color: #ff3a3a;
  font-size: 14px;
}

.fqzj2-money {
  color: #ff3838;
  font-size: 22px;
  font-weight: bold;
  margin-left: 35px;
}

.fqzj2-ht {
  font-size: 14px;
  color: #999;
}

.fqzj2-agree {
  font-size: 22px;
  color: #fff;
  background: #1ba7e5;
  padding: 15px 38px;
  border-radius: 5px;
  line-height: 10px;
  cursor: pointer;
}

.fqzj2-agree:hover {
  color: #fff;
}

.fqzj_quxiao {
  position: absolute;
  bottom: 0;
  margin-left: 70px;
}

.shouhou-fk {
  margin-top: 50px;
  color: #ff7e00 !important;
}

.collect-title {
  width: 40%;
  text-align: left !important;
  vertical-align: middle;
}

.collect-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  /* line-height: 20px; */
  vertical-align: middle;
}

.collect-table th,
.collect-table td {
  color: #333;
}

.collect-wz {
  color: #666 !important;
}

.collect-quxiao {
  border: 1px solid #ccc;
  width: 33%;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 3px;
  padding: 3px 5px;
  cursor: pointer;
}

/* 申请提现 */
.tixian-main1 {
  width: 100%;
  /* height: 100px; */
  background: #fff;
  border-radius: 5px;
}

.tixian-withdrawals {
  padding: 50px 30px;
}

.tixian-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
}

.tixian-title1 {
  font-size: 12px;
  color: #666;
  padding-bottom: 40px;
}

.tixian-text {
  font-size: 14px;
  color: #333 !important;
}

.tixian-btn {
  display: block;
  width: 220px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #1ba7e5;
  font-size: 16px;
  border-radius: 4px;
  margin: 30px 0 24px 110px;
  cursor: pointer;
}

.tixian-add {
  font-size: 14px;
  color: #ff9a37;
  padding-left: 20px;
}

.tixian-add:hover {
  color: #ff9a37;
}

.tixian-right {
  margin-right: 20px !important;
  color: #333 !important;
}

.tianjia-del {
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
}

.tianjia-del:hover {
  color: #fff;
  background: #999;
}

/* .cwmx-contain5-table td:nth-child(3){
	color: #333;
} */
.cwmx-contain5-table {
  margin-bottom: 45px;
}

.cwmx_changeColor {
  color: #666 !important;
}

.transaction-bannerTrade {
  width: 100%;
  height: 510px;
  /* line-height: 50px; */
  background: url($../image/my_transaction.png) no-repeat center center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.transaction-top1 {
  font-size: 42px;
  padding-top: 140px;
  font-family: "方正隶变简体";
}

.transaction-top2 {
  font-size: 16px;
  margin-top: 20px;
}

.transaction-top3 {
  font-size: 20px;
  color: #fafafa;
  padding: 10px 40px;
  background: #ff9900;
  border-radius: 40px;
  margin-top: 35px;
  display: inline-block;
}

.transaction-top3:hover {
  color: #fafafa;
}

.transaction-title {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 5px 5px #f0f0f0;
  background: #fff;
  position: relative;
  top: -70px;
}

.transaction-content1 {
  width: 100%;
  background: #fff;
  height: 215px;
  /* overflow: hidden;
	position: relative; */
}

.transaction-title1 {
  float: left;
  width: 16.666%;
  text-align: center;
  padding: 20px 0;
}

.transaction-title1 p {
  color: #333;
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}

.transaction-start {
  background: #fff;
  margin-top: 20px;
  border-bottom: 50px solid #f8f8f8;
}

.transaction-choose {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  top: -70px;
}

.transaction-choose-ul li {
  float: left;
  padding: 0 4.7%;
  cursor: pointer;
  color: #666;
  font-size: 14px;
}

.transaction-choose-ul li a {
  color: #666;
}

.transaction-choose-ul li a:hover {
  color: #007bb1;
}

.transaction-on {
  color: #007bb1 !important;
}

.transaction-choose2 {
  width: 1080px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -70px;
}

.transaction-choose2-1 {
  overflow: hidden;
  width: 35%;
  text-align: center;
  margin: 0 auto;
}

.transaction-choose2 ul li a {
  float: left;
  text-align: center;
  color: #999;
  font-size: 16px;
  padding: 0 10px 20px 10px;
  margin-right: 30px;
}

.transaction-choose2 ul li a:hover {
  color: #067ab9;
}

.transaction_right a:hover {
  color: #067ab9;
}

.transaction-choose2 li:last-child {
  margin: 0;
}

.transaction2-on {
  border-bottom: 2px solid #067ab9;
  color: #067ab9 !important;
}

.transaction-content {
  width: 100%;
  background: #f8f8f8;
}

.transaction-deal {
  padding: 35px 20px;
}

.transaction_right {
  float: right;
  margin-right: 20px;
}

.transaction_right a {
  font-size: 14px;
  color: #666;
}

.transaction-nocontent {
  text-align: center;
  font-size: 18px;
  color: #b2b2b2;
  padding: 100px 0;
}

.transaction-nocontent p {
  padding-top: 10px;
}

.transaction-tr-title {
  border-top: 1px solid #e5e5e5;
  color: #ff9424 !important;
  /* padding-left: 30px!important; */
  overflow: hidden;
}

.smrz-btn-file {
  /* border: 2px solid #007bb7; */
  border: none;
  color: #007bb7;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -155px;
  left: 0;
  width: 240px;
  height: 150px;
  display: inline-block;
}

.smrz-btn2 {
  height: 160px;
}

.smrz-fileinput {
  margin-left: 10px;
}

.smrz-step1,
.smrz-step2,
.cover2-step33,
.cover2-step22,
.cover2-ok,
.cover2-step11,
.cover3-step11,
.cover3-step22,
.cover3-ok,
.cover3-step33,
.zhgl-step11,
.zhgl-step22,
.zhgl-ok,
.zhgl-step33,
.fqzj-step11,
.fqzj-ok,
.fqzj-step22,
.fqzj-step33 {
  display: none;
}

.fqzj-datetimepicker {
  width: 80px !important;
}

.certificate-aboutNew-list li {
  border-bottom: none;
  padding-bottom: 0;
}

.certificate-aboutNew-com p {
  text-align: left;
  font-size: 24px;
  color: #333;
  padding-left: 90px;
  padding-bottom: 25px;
}

.Zj_center_sign_log {
  width: 84px !important;
  height: 30px !important;
}

.Zj_center_quanList {
  line-height: 30px;
  height: 30px;
  margin-left: 10px;
  padding: 0 10px;
  font-size: 12px;
}

.Zj_center_quanList img {
  top: 8px;
}

.Zj_center_right1 {
  width: 80px;
  height: 60px;
  overflow: hidden;
}

.Zj_center_right2 {
  color: #ccc;
  font-size: 14px;
  padding-top: 5px;
}

.Zj_center_right {
  margin-top: 20px;
  overflow: hidden;
  max-height: 150px;
  height: 150px;
}

.Zj_center_right4 {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.Zj_center_right4 span {
  line-height: 30px;
  float: left;
}

.Zj_center_right4 img {
  float: left;
  margin: 0 5% 0 10%;
  width: 31px;
  height: 30px;
}

.Zj_center_blue {
  color: #00abf2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.Zj_modify_table {
  width: 100%;
  background: #fff;
  margin-top: 20px;
  padding: 0 30px;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.Zj_modify_table2 {
  width: 100%;
  margin: 0 auto;
}

.Zj_modify_table2 tr {
  border: 1px solid #ebebeb;
}

.Zj_modify_table2 td {
  border: 1px solid #ebebeb;
  padding: 20px;
}

.Zj_modify_table2 td:nth-child(2n + 1) {
  color: #808080;
  font-size: 14px;
  background: #fafafa;
  width: 20%;
}

.Zj_modify_table2 td:nth-child(2n) {
  color: #333;
  font-size: 14px;
}

.Zj_modify_table2_title {
  color: #333;
  font-size: 18px;
  padding: 30px 0;
  font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.withdrawals .mb_0 {
  margin-bottom: 0;
}

@media (max-height: 750px) {
  .kanjia-box.cusot-guanBi {
    top: 50px !important;
  }
}

.three_d_box tr th {
  width: 33.33%;
}

.relative_ul {
  float: left;
  width: 33%;
  border: 1px solid #e7e7eb;
  border-right: none;
  margin-bottom: 30px;
}

.relative_ul:last-child {
  border-right: 1px solid #e7e7eb;
}

.relative_ul li {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.relative_ul li:nth-child(2n-1) {
  color: #999;
  background: #f9f9f9;
}

@media (max-width: 1200px) {
  .wtNew-word-car a {
    width: 140px !important;
  }
}

#qrcode {
  width: 200px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 15px 15px;
}

.erweima_box p {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  color: #333;
}

.erweima_box p span {
  color: red;
}

.withdrawals .not_ready {
  background: #ccc;
  color: #fff;
}

/* 发票修改 */

.invoice-cont thead th.wd-02 {
  width: 17%;
}

.invoice-cont thead th.wd-03 {
  width: 12%;
}

.watch_dt {
  margin-right: 5px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 996;
}

.yulan_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow: auto;
}

.yulan_container .yulan_all {
  width: 960px;
  height: 610px;
  background: #fff;
  margin: 0 auto;
  margin-top: 60px;
  padding: 60px 30px 0 30px;
  position: relative;
  border-radius: 4px;
}

.yulan_top_box {
  padding-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
}

.yulan_top_box .yl_left_box {
  width: 42%;
}

.yulan_top_box .yl_rt_box {
  width: 58%;
}

.yl_rt_box p i {
  float: right;
  width: 470px;
}

.yulan_top_box > div > p {
  min-height: 48px;
  line-height: 48px;
  font-size: 14px;
}

.yulan_top_box > div > p > span {
  color: #999;
  margin-right: 30px;
}

.yl_left_box b {
  font-size: 20px;
  font-weight: normal;
  color: #ff8018;
}

.yulan_all .close_md {
  position: absolute;
  top: 4px;
  right: 16px;
  color: #999;
  font-size: 24px;
  padding: 5px 5px;
}

.yulan_bottom_box {
  height: 230px;
  overflow: auto;
  border: solid 1px #dbdbdb;
  margin-top: 30px;
}

.yulan_bottom_box table {
  width: 100%;
}

.yulan_bottom_box table tr td {
  padding-left: 40px;
  height: 50px;
  font-size: 14px;
  color: #444;
}

.yulan_bottom_box table thead tr td {
  background: #f5f5f5;
  color: #333;
  font-weight: bold;
}

.yulan_all .close_bmd {
  display: block;
  width: 66px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #0c73ab;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 20px;
}

.yulan_all img {
  width: 908px;
  margin-left: 26px;
}

.yulan_fp_type {
  color: #39f;
  font-size: 12px;
}

.yulan_fp_type .close_bmd {
  margin-top: 0;
  position: relative;
  top: -20px;
}

.yulan_all .buy {
  width: 410px;
  position: absolute;
  top: 170px;
  left: 222px;
  height: 86px;
  line-height: 20px;
}

.yulan_all .sell {
  width: 410px;
  position: absolute;
  top: 477px;
  left: 222px;
  height: 86px;
  line-height: 20px;
}

.yulan_all .service_box {
  position: absolute;
  top: 286px;
  left: 94px;
}

.yulan_all .danwei {
  position: absolute;
  top: 286px;
  left: 412px;
  width: 50px;
  text-align: right;
}

.yulan_all .num {
  position: absolute;
  top: 286px;
  left: 465px;
  width: 76px;
  text-align: right;
}

.yulan_all .danjia {
  position: absolute;
  top: 286px;
  left: 544px;
  width: 96px;
  text-align: right;
}

.yulan_all .cost {
  position: absolute;
  top: 286px;
  left: 643px;
  width: 104px;
  height: 140px;
  text-align: right;
}

.yulan_all .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.yulan_all .shuilv {
  position: absolute;
  top: 286px;
  left: 750px;
  width: 44px;
  text-align: right;
}

.yulan_all .shuie {
  position: absolute;
  top: 286px;
  left: 796px;
  width: 128px;
  height: 140px;
  text-align: right;
}

.yulan_all .total_up {
  position: absolute;
  top: 447px;
  left: 312px;
}

.yulan_all .total_down {
  position: absolute;
  top: 447px;
  left: 728px;
}

.bottom_over {
  transform: scale(0.9);
  margin-left: -5.4%;
}

.invoice-cont .tips {
  color: #999;
  line-height: 26px;
}

.invoice-cont .deal_table {
  margin-top: 30px;
}

.invoice-cont .deal_table tr td,
.invoice-cont .deal_table tr th {
  padding-left: 30px;
  font-size: 14px;
}

.new_invoice_cont {
  height: 550px;
  overflow: auto;
}

.invoice-cont .deal_table span {
  color: #333;
}

.deal_table input[type="checkbox"] {
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  margin-right: 20px;
  position: relative;
}

.deal_table input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.deal_table input[type="checkbox"]:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  border: 1px solid #7d7d7d;
  border-radius: 4px;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: bold;
}

.price_total {
  height: 100px;
  background: #fff;
  margin-top: 30px;
  padding: 0 30px;
}

.price_total p {
  font-size: 14px;
  color: #444;
  float: left;
  margin-top: 26px;
}

.price_total p span {
  font-size: 32px;
  color: #ff8018;
}

.price_total button,
.price_total a {
  float: right;
  font-size: 14px;
  padding: 11px 21px;
  border-radius: 5px;
  border: solid 1px #1ba7e5;
  background: #fff;
  color: #1ba7e5;
  margin-top: 26px;
  cursor: pointer;
}

.price_total .next {
  margin-right: 8px;
  background: #1ba7e5;
  color: #fff;
}

.loading_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
}

.loading_box img {
  margin-top: 20%;
}

.invoice-cont .deal_table tr .fp_nodata {
  padding: 0;
  text-align: center;
  border: none;
}

.invoice-cont .deal_table tr .fp_nodata img {
  margin-top: 100px;
}

/* 新模块改版新增 */
.condition {
  background: #fff;
  border: none;
}

.condition .line {
  line-height: 36px;
  border-bottom: 1px solid #f5f5f5;
  padding: 3px 0;
  width: auto;
  height: auto;
  margin: 0 20px;
  float: none;
  background: #fff;
  margin-left: 4px;
}

.condition .jj_quick_search {
  padding: 3px 20px;
  margin: 0;
  padding-left: 4px;
  border-bottom: 2px solid #1ba7e5;
}

.condition .line .col {
  color: #333;
  width: 112px;
  height: 36px;
}

.condition .fast-indexes .nr {
  margin-right: 20px;
  color: #333;
  cursor: pointer;
}

.condition .fast-indexes .nrgg,
.condition .line .hzgg,
.condition .line .ydlx {
  margin-right: 18px;
  color: #333;
  cursor: pointer;
}

.condition .fast-indexes .active,
.condition .line .active {
  color: #1ba7e5;
}

.condition .menu_box {
  float: left;
  width: 928px;
}

.condition .w40 {
  width: 40%;
}

.condition .line label input {
  margin-top: 11px;
}

.condition .line .text {
  width: 130px;
  margin-top: 4px;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding-left: 15px;
  color: #ff5400;
}

.condition .line select {
  width: 92px;
  margin-top: 4px;
}

.condition .line .range {
  width: 54px;
}

#searchs .sea-nr .btn {
  margin-right: 0;
  background: #fff;
  color: #1ba7e5;
  border: solid 1px #1ba7e5;
}

#searchs .sea-nr {
  text-align: center;
  padding: 0;
  padding-bottom: 6px;
}

.cream .check {
  color: #1ba7e5;
  float: right;
  flex: 1;
  text-align: right;
}

.condition .nbd {
  border-bottom: none;
}

.condition .line .sub {
  background: #1ba7e5;
  color: #fff;
}

.tab_tips {
  padding: 15px 0 5px;
  color: #666;
  font-size: 14px;
  font-weight: 600;
}

.tab_tips span {
  color: #1988be;
}

.tab_tips .rtp {
  color: #ff6f18;
}

#registered .cond-tab tr th,
#jingjiaTb .cond-tab tr th {
  height: 50px;
  line-height: 34px;
  font-size: 12px;
  padding: 0;
  padding-left: 6px;
  text-align: left;
  background: #ebeef0;
}

#registered .cond-tab td,
#jingjiaTb .cond-tab td {
  padding: 0;
  height: 50px;
  padding-left: 6px;
  text-align: left;
  border-top: 1px solid #f2f2f2;
}

.cond-tab tr:nth-child(even) {
  background: #fafcfc;
}

#jingjiaTb .cond-tab tr:nth-child(odd) {
  background: #fafcfc;
}

#jingjiaTb .cond-tab tr:nth-child(even) {
  background: #fff;
}

#registered .cond-tab tr th:first-child,
#jingjiaTb .cond-tab tr th:first-child {
  padding: 0 4px 0 20px;
}

#registered .cond-tab td:first-child,
#jingjiaTb .cond-tab td:first-child {
  padding: 0 4px 0 20px;
}

#registered .cond-tab td:nth-child(2),
#jingjiaTb .cond-tab td:nth-child(2) {
  white-space: normal;
  word-break: break-all;
  width: 240px;
}

.domain_color {
  color: #039ae1 !important;
}

#registered .cond-tab .yuming a,
#jingjiaTb .cond-tab a {
  font-size: 14px;
}

.myauction_label {
  display: inline-block;
  width: 100%;
  height: 38px;
  position: relative;
}

label {
  cursor: pointer;
}

.cond-tab .a-but {
  background-color: #039ae1;
  border-radius: 4px;
  font-size: 12px;
}

.operation input {
  margin: 0 10px 0 5px;
}

.operation .choice .fl {
  padding: 0;
  padding-top: 5px;
}

.operation .choice .sub {
  width: 72px;
  height: 29px;
  color: #fff;
  background-color: #039ae1;
  border-radius: 4px;
  margin-left: 20px;
}

.operation .choice .sub2 {
  width: 72px;
  border-radius: 4px;
  background: #fff;
  color: #1988be;
  border: solid 1px #1988be;
  height: 30px;
}

.operation .choice .lab .check {
  margin: 8px 7px 0 15px;
}

.myauction_label input {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

#list tr:hover {
  background: #f5f8fa;
}

#jingjiaTb table tr:hover {
  background: #f5f8fa !important;
}

.page .current {
  background: #40c3ff;
}

.jm_new_footer {
  margin-top: 26px;
}

.jm_new_footer li {
  border: none;
  height: auto;
  line-height: auto;
  width: auto;
  text-align: left;
  margin: 0;
  margin-right: 55px;
}

.auction_fon .container .toper p {
  font-size: 28px;
  color: #333;
  width: 60%;
}

.auction_fon .container .toper {
  margin: 0 26px 20px 26px;
  padding: 16px 0 16px 0;
  border-bottom: 1px solid #ebebeb;
}

.auction_fon .container .toper ul {
  margin: 0;
  width: 40%;
  position: relative;
  right: -16px;
}

.auction_fon .container .toper ul li {
  width: 33.33%;
  text-align: center;
}

.container .toper ul li div:first-child {
  font-size: 16px;
  color: #ff9900;
  font-weight: bold;
  padding: 5px 0;
}

.auction_fon .container .toper p span {
  font-size: 14px;
  color: #999;
  margin-left: 5px;
}

#tab_mains {
  margin: 0 70px;
}

#platList .price_color {
  color: #ff9900 !important;
}

.cond-tab .top_plat {
  border-bottom: 1px solid #f2f2f2;
  background: #f0f3f5;
  text-align: left;
  height: 50px;
}

.cond-tab th {
  font-weight: 700;
}

.cond-tab .plat_padding {
  padding-left: 20px;
}

#platList tr {
  height: 49px;
}

#platList tr:hover {
  cursor: pointer;
}

#platList .active {
  background: #fff1e5;
}

#platList td {
  text-align: left;
}

#platList .color_block {
  background: #039ae1;
  display: inline-block;
  padding: 2px;
  border-radius: 3px;
  color: #fff;
  margin-left: 3px;
  font-size: 11px;
}

.cond-tab tr th {
  background: #f5f6f7;
  color: #222;
  border-bottom: solid 1px #e5e5e5;
}

.cond-tab tr th {
  height: 38px;
  line-height: 38px;
}

#backorder_msg .d_tips,
#auction_msg .d_tips {
  color: #ff3939;
  margin: 0 30px;
  font-size: 12px;
  background-color: #fff8ea;
  line-height: 34px;
  padding: 0 14px;
  margin-top: 16px;
}

#backorder_msg .agree_check {
  padding-left: 26px;
  margin-top: 16px;
}

#backorder_msg .agree_check input {
  vertical-align: -1px;
}

#backorder_msg .agree_check a {
  color: #039ae1;
}

#backorder_msg #submit {
  font-size: 16px;
  width: 220px;
  height: 46px;
  background-color: #1ba7e5;
  border-radius: 4px;
  color: #fff;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.must_known {
  margin: 50px 26px 30px 26px;
  background: #fafcfc;
  padding: 26px 66px 52px 66px;
}

.must_known .yd_tt {
  text-align: center;
  font-size: 16px;
  color: #222222;
  position: relative;
}

.must_known .yd_tt span {
  border-top: 4px solid #039ae1;
  position: absolute;
  width: 16px;
  bottom: -10px;
  left: 382px;
}

.must_known .panel_body {
  line-height: 26px;
  color: #666;
  margin-top: 40px;
}

#lf_msg {
  margin-bottom: 38px;
}

.auction_fr {
  min-height: 0;
  overflow: hidden;
  font-size: 14px;
  width: 200px;
  border: 1px solid #e6e6e6;
}

.auction_fr p {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

.auction_fr ul {
  margin-top: 6px;
}

.auction_fr ul li {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  padding-left: 20px;
}

.auction_fr ul li a {
  color: #666;
  display: inline-block;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.auction_fr ul li .jj_rprice {
  float: right;
  color: #ff9900;
  margin-right: 10px;
}

#rig_bottom {
  margin-top: 20px;
  height: auto;
  max-height: 498px;
}

#domain {
  background: #f5f7f7;
  margin: 30px 30px;
  line-height: 24px;
  color: #333;
  box-sizing: border-box;
  display: block;
  width: 94%;
  padding: 25px 20px;
  border: none;
  height: 240px;
  font-size: 16px;
  color: #666;
}

.auction_fon .container .toper .end_ul {
  width: auto;
  position: static;
  margin-top: 4px;
}

.auction_fon .container .toper .end_ul li {
  width: 100%;
}

.do_price_box {
  padding: 0 28px 20px 28px;
}

.do_price_box p span {
  display: inline-block;
  width: 100px;
}

.do_price_box i {
  color: #ff9900;
}

.do_price_box a,
.do_price_box a:hover {
  color: #1ba7e5;
  text-decoration: underline;
  margin-left: 5px;
}

.chujia_box input {
  border: 1px solid #c4c5c6;
  border-radius: 3px;
  width: 130px;
  height: 30px;
  padding-left: 7px;
  margin-right: 10px;
}

.chujia_box input[type="checkbox"] {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: -1px;
}

.chujia_box a {
  color: #1ba7e5;
  margin-left: 5px;
}

.do_price_box > p {
  line-height: 42px;
}

.chujia_box .a1 {
  width: 88px;
  height: 32px;
  background: #1ba7e5;
  border-color: #1ba7e5;
  color: #fff;
  padding-left: 0;
  margin-left: 10px;
}

.chujia_box .button a {
  width: 88px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  margin-left: 14px;
}

.do_price_box .button {
  margin-top: 10px;
}

.layui-layer-dialog .layui-layer-content .ye_green {
  color: green;
}

.checkForm {
  padding-top: 0;
}

.auction_fon .container .toper .jj_top_title {
  font-size: 24px;
}

.auction_fon .container .toper .jj_top_title a {
  font-size: 14px;
}

#lf_msg {
  font-size: 14px;
}

.desk-description .title {
  font-size: 16px;
}

.desk-description .title p {
  width: 100%;
  border: none;
}

.jj_inner_tt {
  font-size: 16px;
  color: #222;
  text-align: center;
  margin: 40px 0;
  position: relative;
}

.jj_inner_tt span {
  border-top: 4px solid #039ae1;
  position: absolute;
  width: 16px;
  bottom: -10px;
  left: 475px;
}

.bidList tr td:first-child,
.bidList tr th:first-child {
  padding-left: 30px;
}

.auction_fon {
  width: 81%;
}

.jj_detail_page_box {
  padding-right: 30px;
}

.auction_fr .rt_tt {
  font-size: 16px;
  padding-left: 20px;
}

.auction_fr .rt_tt span {
  display: inline-block;
  width: 4px;
  height: 14px;
  background: #1ba7e5;
  margin-right: 4px;
  vertical-align: -1px;
}

#jingjia_rt_box {
  height: auto;
}

#jingjia_rt_box li a {
  display: inline-block;
  width: 112px;
  white-space: normal;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

#jingjia_rt_box li a:hover {
  color: #1ba7e5;
}

#jingjia_rt_box li {
  line-height: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  height: auto;
}

#jingjia_rt_box .jj_rprice {
  color: #ff9900;
  display: inline-block;
  width: 50px;
  text-align: right;
  vertical-align: middle;
}

.ym_hot_svg {
  width: 20px;
}

.cond-tab .ilength i {
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(/assets/index/image/sort.png);
  margin-left: 5px;
}

.cond-tab .ilength:hover {
  color: #333;
}

.cond-tab .ilength i.def {
  background-position: 0 -20px;
}

.cond-tab .ilength i.desc {
  background-position: 0 0;
}

.cond-tab .ilength i.asc {
  background-position: 0 -10px;
}

#auction_dt_table #platList td {
  font-size: 18px;
}

#auction_dt_table tr th {
  background: #ebeef0;
}

.batch_sucess_box {
  padding: 0 26px;
}

.batch_sucess_box .jj_inner_tt span {
  left: 394px;
}

.auction_dt_ul li {
  float: left;
  width: 200px;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #f0f0f0;
}

.auction_dt_ul li:last-child {
  border: none;
}

.auction_dt_ul li p i {
  font-size: 20px;
}

.auction_dt_ul li .price_co {
  color: #ff9900;
}

.auction_dt_ul li > p:last-child {
  color: #999;
}

.auction_dt_ul {
  padding-bottom: 26px;
}

#auction_msg .bidList tr td {
  border: none;
}

#auction_msg .bidList tr:nth-child(odd) {
  background: #fafcfc;
}

#auction_msg .bidList tr:nth-child(even) {
  background: #fff;
}

.d_tips > img {
  vertical-align: -2px;
  width: 14px;
}

.bannerTrade span {
  vertical-align: middle;
  margin-left: 12px;
}

.bannerTrade {
  height: 70px;
  line-height: 70px;
  margin-top: 122px;
}

.bannerTrade img {
  margin-top: 0;
  vertical-align: middle;
}

.my_console_box {
  height: 50px;
  line-height: 50px;
  background: #ebebeb;
  cursor: pointer;
}

.center-left-ul li {
  line-height: 46px;
  position: relative;
}

.center-left-ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 26px;
  box-sizing: border-box;
}

.center-left-ul li div {
  padding-left: 26px;
  cursor: pointer;
}

.center-left-ul li i {
  position: absolute;
  right: 14px;
  top: 18px;
  border: solid #666;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.3s linear;
  transition-property: transform;
}

.center-left-ul li ul {
  display: none;
}

.center-left-ul .center_select ul {
  display: block;
}

.center-left-ul .sec_menu a {
  padding-left: 38px;
}

.center-left-ul .center_select i {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.center_select span {
  position: absolute;
  left: 0;
  top: 14px;
  height: 18px;
  width: 2px;
  background: #039ae1;
}

.center_select div {
  color: #039ae1;
}

.center_select div i {
  border-color: #039ae1;
}

.center_select .on {
  color: #039ae1;
}

.my_console_box span {
  vertical-align: middle;
}

.my_console_box img {
  vertical-align: middle;
  margin-left: 6px;
}

.center-left-ul li a:hover,
.center-left-ul li div:hover {
  color: #039ae1;
}

.center-left-ul li .menu_hide {
  display: none;
}

.center-left-ul li div:hover i {
  border-color: #039ae1;
}

.products_box {
  padding: 26px 0;
}

.products_box ul li {
  float: left;
  width: 20%;
  padding-left: 5%;
  line-height: 36px;
}

.nav li .product-down {
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0px 6px 14px 0px rgba(62, 61, 58, 0.2);
  border-radius: 10px;
  display: none;
}

.product-down {
  padding: 10px 0 20px 40px;
}

.nav .product-down li {
  width: 210px;
  padding: 0;
  line-height: 34px;
}

.nav .product-down li a {
  display: block;
  font-size: 14px;
  color: #4d4d4d;
}

.nav .product-down li a img {
  margin-left: 4px;
  vertical-align: middle;
}

.nav li:hover .product-down a {
  border: none;
  height: auto;
  color: #4d4d4d;
}

.product-down a:hover {
  color: #007bb7 !important;
  text-decoration: underline;
}

.product-down .product_title {
  font-size: 18px;
  color: #039ae1;
  padding-left: 10px;
  position: relative;
  margin-top: 18px;
}

.product_title span {
  position: absolute;
  left: -2px;
  top: 10px;
  width: 3px;
  height: 16px;
  background: #039ae1;
}

.myYm_common_rt {
  float: left;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 20px;
  width: 86%;
  min-height: 648px;
}

.sub_nav_contain {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}

.sub_nav_contain ul li {
  margin: 0 20px;
  float: left;
}

.sub_nav_contain ul li a {
  color: #666;
  font-size: 14px;
  display: block;
  height: 48px;
  border-bottom: 3px solid transparent;
}

.sub_nav_contain ul li:hover a {
  border-color: #039ae1;
  color: #039ae1;
}

.sub_nav_contain ul .msel a {
  color: #039ae1;
  border-bottom: 3px solid #039ae1;
}

.search_main_box .inner_contain span {
  display: inline-block;
  text-align: right;
  width: 70px;
  margin-right: 10px;
}

.inner_contain input[type="text"],
.inner_contain select {
  width: 108px;
  padding: 0;
  padding-left: 12px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  height: 26px;
}

.inner_contain input[type="checkbox"] {
  margin-left: 8px;
  margin-top: -2px;
}

.inner_contain {
  line-height: 52px;
  float: left;
}

.search_main_box {
  margin-top: 10px;
}

.c_search_box {
  text-align: center;
  float: left;
  width: 100%;
  line-height: 52px;
}

.c_search_box input {
  display: inline-block;
  width: 56px;
  height: 30px;
  border-radius: 3px;
  margin: 0 4px;
  background: #039ae1;
  color: #fff;
  border: none;
}

.myYm_common_rt .user-tips {
  clear: both;
  border-radius: 5px;
  margin-top: 10px;
  line-height: 25px;
  padding: 10px 10px;
  background: #fff8ea;
  margin-bottom: 20px;
  font-size: 12px;
}

.c_search_box .reset {
  background: #fff;
  border: solid 1px #039ae1;
  color: #039ae1;
}

.ym_table {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  width: 100%;
}

.ym_table tr {
  border-bottom: 1px solid #e5e5e5;
}

.ym_table tr th {
  background: #f5f6f7;
  height: 40px;
  font-size: 12px;
  color: #222;
  text-align: left;
  padding-left: 10px;
}

.ym_table tr td {
  padding-left: 10px;
  color: #222;
  height: 40px;
}

.ym_table tr td a {
  color: #039ae1;
}

.ym_table input[type="checkbox"] {
  vertical-align: -2px;
}

.operate_box {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}

.operate_box .chongzhi {
  color: #fff;
  font-size: 15px;
  background: #2e95ff;
  width: 135px;
  height: 30px;
  border: 0;
  border-radius: 3px;
}

.operate_box input {
  margin: 0 8px 0 11px;
}

.operate_box select {
  width: 120px;
  height: 26px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding-left: 10px;
}

.operate_box button {
  width: 70px;
  height: 28px;
  background-color: #039ae1;
  border-radius: 4px;
  color: #fff;
  margin-left: 10px;
  margin-top: -2px;
}

.operate_box .page_box a {
  background: #f4f4f5;
  height: 26px;
  line-height: 26px;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}

.operate_box .page_box .now {
  background: #40c3ff;
  color: #fff;
}

.tips_box {
  padding-bottom: 30px;
}

.tips_box .title {
  padding-left: 10px;
  position: relative;
  font-size: 16px;
  color: #222;
  margin: 40px 0 20px 0;
}

.tips_box .title span {
  position: absolute;
  width: 4px;
  height: 16px;
  background: #039ae1;
  left: 0;
  top: 5px;
}

.tips_box > div {
  line-height: 26px;
  color: #666;
  font-size: 12px;
}

.ym_table .err {
  color: #ff3838;
}
.ym_table .ing {
  color: #9e9e9e;
}
.ym_table .success {
  color: #49be70;
}
.ym_table .warn {
  color: #ff9b42;
}

.search_bottom ul {
  position: absolute;
  background: #fff;
  padding: 0 4px;
  left: 107px;
  top: 38px;
  z-index: 90;
  border: 1px solid #ebebeb;
  border-top: none;
  width: 168px;
}

.search_bottom ul li {
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
}

.search_bottom ul li:hover {
  background: #1ba7e5;
  color: #fff;
}

.fenzu_top {
  padding: 36px 40px;
  font-size: 12px;
  color: #222;
  float: left;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 20px;
  width: 1030px;
  border-bottom: 20px solid #f8f8f8;
}

.fenzu_top input {
  height: 26px;
  width: 148px;
  border: solid 1px #cccccc;
  padding-left: 10px;
  margin: 0 10px;
  border-radius: 4px;
}

.fenzu_top button {
  width: 48px;
  height: 28px;
  background-color: #039ae1;
  border-radius: 4px;
  color: #fff;
}

.fenzu_bt {
  min-height: 490px;
}

.fenzu_bt table {
  margin-top: 40px;
}

.fenzu_bt table tr th,
.fenzu_bt table tr td {
  padding-left: 30px;
}

.fenzu_bt table tr td:last-child,
.fenzu_bt table tr th:last-child {
  text-align: center;
}

.fenzu_bt table tr td:last-child {
  color: #999;
  width: 200px;
}

/* .fenzu_bt table tr td a {
  margin: 0 5px;
} */

.batch_box {
  margin-top: 46px;
}

.batch_inner span {
  display: inline-block;
  text-align: right;
  margin-right: 12px;
  width: 136px;
}

.v_top {
  vertical-align: top;
}

.batch_inner {
  padding-bottom: 10px;
}

.batch_inner textarea {
  width: 320px;
  height: 130px;
  border-radius: 4px;
  border: solid 1px #dbdbdb;
  padding: 12px 16px;
  box-sizing: border-box;
}

.batch_inner input[type="text"],
.batch_inner input[type="password"],
.batch_inner select {
  width: 320px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dbdbdb;
  padding-left: 16px;
  box-sizing: border-box;
}

.batch_inner .province {
  width: 120px;
  margin-right: 8px;
}

.batch_inner label input {
  margin-right: 6px;
  vertical-align: -1px;
}

.batch_inner label {
  margin-right: 6px;
}

.batch_inner button {
  width: 220px;
  height: 46px;
  background-color: #1ba7e5;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

.batch_inner b {
  color: #666;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.batch_inner b i {
  color: #3174ff;
}

.batch_inner .add {
  color: #3174ff;
  margin-left: 20px;
}

.batch_inner > span > i {
  color: #ff3333;
}

.batch_inner .msg_ipt {
  width: 210px !important;
  background: #ebebeb;
}

.batch_inner .yzm {
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: solid 1px #039ae1;
  border-radius: 4px;
  display: inline-block;
  color: #039ae1;
  background: white;
  vertical-align: middle;
  margin-left: 6px;
}

.ym_dt_main {
  font-size: 14px;
  line-height: 40px;
  padding-left: 150px;
  padding-top: 30px;
}

.ym_dt_main span {
  display: inline-block;
  width: 120px;
  text-align: right;
  font-weight: bold;
  margin-right: 12px;
}

.ym_dt_main a {
  margin-left: 12px;
  color: #039ae1;
}

.ym_dt_main p i {
  margin-left: 10px;
  color: green;
  cursor: pointer;
}

.ym_dt_main .dns {
  font-weight: normal;
  line-height: 20px;
}

.ym_dt_btnbox {
  text-align: center;
  margin: 30px 0;
}

.ym_dt_btnbox button {
  margin: 0 10px;
  width: 100px;
  height: 36px;
  border-radius: 4px;
  background: #039ae1;
  color: #fff;
  font-size: 15px;
}

.ym_dt_btnbox button:last-child {
  background: #fff;
  border: 1px solid #039ae1;
  color: #039ae1;
}

.sub_success {
  display: inline-block;
  border-radius: 4px;
  border-radius: 4px;
  padding: 6px 14px;
  margin-right: 10px;
  margin-top: 20px;
  border: 1px solid #1ba7e5;
  color: #1ba7e5;
}

.sub_next {
  margin-left: 296px;
  background: #1ba7e5;
  color: #fff;
}

.sub_success:hover {
  color: #1ba7e5;
}

.sub_next:hover {
  color: #fff;
}

.cond-tab .have_booked_but {
  background: #a59e95;
}

.search_result {
  color: #666;
  font-size: 14px;
  padding-bottom: 10px;
}

.search_result span {
  color: #039ae1;
}

.inner_contain .ss_area {
  position: absolute;
  width: 120px;
  height: 27px;
  font-size: 13px;
  top: 12px;
  color: rgb(0, 0, 0);
  left: 83px;
  border-radius: 4px;
}

.md_tips {
  width: 72%;
  background: #f2f2f2;
  color: #ff3939;
  padding: 10px 20px;
  border: 1px solid #fff8ea;
  margin: 0 0 20px 150px;
}

.tips_box {
  padding: 0 20px;
  position: relative;
}

.upload_btn {
  padding: 6px;
  border-radius: 4px;
  background: #1ba7e5;
  color: #fff;
}

.batch_inner .remind {
  display: inline;
}

.batch_inner .Validform_wrong {
  text-align: left;
  background-color: #ffe9e8;
  padding: 12px 10px 10px 20px;
  border-radius: 4px;
}

.two_btn button {
  width: 130px;
  height: 36px;
  margin: 0 10px;
}

.list_style li {
  background: #f6f7f9;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
}

.list_style .shezhi {
  width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #039ae1;
  border-radius: 4px;
  display: inline-block;
  color: #039ae1;
  background: white;
  vertical-align: middle;
  margin-left: 6px;
}

.list_style li b {
  margin-right: 100px;
}

.text_green {
  color: rgb(14, 187, 14);
}

.text_red {
  color: #fc0606;
}

.list_style .edit {
  width: 50px;
  border: 1px solid #039ae1;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  margin-top: 16px;
  margin-right: 30px;
  margin-left: 10px;
  color: #039ae1;
}

.jeixi_table td input,
.jeixi_table td select {
  height: 26px;
  width: 100px;
  border: solid 1px #cccccc;
  padding-left: 10px;
  margin: 10px;
  border-radius: 4px;
}

.jeixi_table .xinz {
  width: 70px;
  height: 28px;
  background-color: #039ae1;
  border-radius: 4px;
  color: #fff;
  margin-left: 10px;
  margin-top: -2px;
}

.jeixi_table td select {
  width: 50px;
  font-size: 12px;
}

.jeixi_table tr td a,
.jeixi_table td button {
  width: 39px;
  height: 21px;
  font-size: 11px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background: #039ae1;
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
}

.index-banner-box,
.index-slide-box {
  width: 100%;
  height: 470px;
  position: relative;
  z-index: 1;
}

.index-slide-box .hd {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -35px;
  bottom: 15px;
  z-index: 100;
}

.index-slide-box .hd-ul {
  display: block;
  background: rgba(0, 0, 0, 0.6) !important;
  filter: Alpha(opacity=60);
  position: static;
}

.index-slide-box .hd ul {
  padding: 3px 0 0 10px;
  height: 17px;
  border-radius: 14px;
}

.index-slide-box .slide-hd-list {
  float: left;
  margin: 0 10px 0 0;
}

.index-slide-box .slide-hd-list a {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  position: relative;
  border-radius: 7px;
}

.index-slide-box .slide-bd-list {
  height: 470px;
}

.index-slide-box .slide-bd-list .slide-bd-a {
  display: block;
  height: 470px;
}

.index_wrap {
  background: #f7fafa;
  margin-bottom: -26px;
}

.index_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 0 40px;
  font-size: 14px;
}

.search_main {
  width: 642px;
  padding-left: 22px;
  background-color: #ffffff;
  border: solid 1px #23b6ff;
  height: 58px;
  border-right: none;
}

.whois_box .search_main {
  width: 702px;
}

.search_all {
  width: 136px;
  height: 60px;
  background-color: #23b6ff;
  color: #fff;
  font-size: 18px;
}

.index_inner .left_box {
  width: 77%;
  float: left;
}

.tuijian_box {
  background-color: #ffffff;
  border: solid 1px #eee;
  margin-top: 20px;
  border-bottom: none;
}

.tj_tt {
  border-bottom: solid 1px #eee;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.tj_tt span {
  position: absolute;
  width: 3px;
  height: 14px;
  background-color: #23b6ff;
  left: 16px;
  top: 18px;
}

.tj_tt b {
  position: absolute;
  width: 1px;
  height: 14px;
  background: #ccc;
  right: 57px;
  top: 18px;
}

.tj_tt a {
  color: #23b6ff;
  font-size: 14px;
  float: right;
  margin-right: 20px;
}

.tuijian_box ul li {
  float: left;
  box-sizing: border-box;
  width: 25%;
  line-height: 22px;
  border: solid 1px #e5e5e5;
  border-top: none;
  border-left: none;
  overflow: hidden;
  padding: 18px 26px;
}

.tuijian_box ul li:hover {
  background: #f7fafa;
}

.tuijian_box ul li:nth-child(4n) {
  border-right: none;
}

.tuijian_box ul li span {
  font-size: 20px;
  color: #23b6ff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 32px;
}

.tuijian_box ul li p {
  color: #666;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tuijian_box ul li .des {
  margin-bottom: 5px;
}

.tuijian_box ul li i {
  margin-left: 6px;
  color: #ffa024;
}

.tuijian_box ul li i.time {
  color: #ff3939;
}

.index_inner .right_box {
  float: right;
  width: 260px;
}

.weituo_box {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.right_detail {
  padding: 14px 16px;
}

.rt_inner {
  margin-bottom: 12px;
  font-size: 14px;
  color: #666;
}

.rt_inner span {
  display: inline-block;
  width: 40px;
  color: #222;
  font-weight: bold;
}

.rt_inner input,
.rt_inner textarea {
  width: 150px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding-left: 10px;
  font-size: 12px;
}

.right_detail .area textarea {
  width: 140px;
  height: 46px;
  padding: 6px 10px;
}

.right_detail .area span {
  vertical-align: top;
}

.right_detail button {
  width: 160px;
  height: 28px;
  background-color: #0099ff;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-left: 45px;
}

.right_detail p {
  font-size: 14px;
  color: #666;
  line-height: 32px;
}

.right_detail p i {
  float: right;
  color: #ff9900;
}

.right_detail p a {
  display: inline-block;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.whois_box {
  float: left;
  width: 862px;
}

.whois_inner {
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  margin-top: 20px;
}

.whois_inner .shangbiao {
  float: unset;
  width: 60px;
  height: 24px;
  background-color: #23b6ff;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
}

.whois_inner ul {
  margin: 30px;
}

.whois_inner ul li {
  line-height: 40px;
  background-color: #f7fafa;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.whois_inner ul li span {
  display: inline-block;
  text-align: right;
  width: 146px;
  color: #666;
  font-weight: normal;
  margin-right: 24px;
  vertical-align: top;
}

.whois_inner ul li.details div {
  display: inline-block;
  line-height: 26px;
  margin-top: 8px;
  padding-bottom: 20px;
  width: 600px;
}

.whois_inner ul li:nth-child(even) {
  background-color: #f0f5f5;
}

.whois_inner ul li b {
  font-weight: normal;
  padding-left: 30px;
  margin-right: 10px;
}

.whois_search_result {
  height: 58px;
  line-height: 58px;
  background-color: #f5fafc;
  border: solid 1px #b5e1f6;
  margin: 10px 0 20px;
  padding-left: 20px;
}

.whois_search_result i,
.whois_inner ul li i {
  float: right;
  color: #ffa024;
  font-weight: normal;
}

.whois_search_result a,
.whois_inner ul li a {
  float: right;
  width: 60px;
  height: 24px;
  background-color: #23b6ff;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin: 16px 20px 0 10px;
  font-size: 12px;
}

.whois_inner ul li a {
  font-weight: normal;
  margin-top: 8px;
}

.err_btn_box a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #00b0ff;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 0 14px;
  border: 1px solid #00b0ff;
  margin-top: 20px;
}

#dlist tr:nth-child(even) {
  background: #fafcfc;
}

#dlist tr:hover {
  background: #f5f8fa;
}

.dlist tr:nth-child(odd) {
  background: #fafcfc;
}

.dlist tr:hover {
  background: #f5f8fa;
}

.bidList tr:hover {
  background: #f5f8fa !important;
}

.offer input {
  width: 110px;
  border: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 6px;
  border-radius: 4px;
}

.ym_table tr td .offer > a {
  color: #ff8000;
  margin-right: 4px;
}

.layui-layer-btn .layui-layer-btn0 {
  background: #1ba7e5 !important;
}

.auction_fr ul li .jj_rprice a {
  color: #fff;
  background: #1ba7e5;
  width: 46px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  margin-top: 5px;
  font-size: 13px;
}

.auction_fr ul li a:hover {
  color: #1ba7e5;
}

.auction_fr ul li .jj_rprice a:hover {
  color: #fff;
}

.auction_fon .container .toper p .tips {
  font-size: 12px;
}

.chujia_box {
  margin: 10px 35px;
  border-bottom: none;
}

.chujia_box p {
  line-height: 50px;
  padding-left: 20px;
  border-bottom: 1px solid #ebebeb;
}

.chujia_box p span {
  display: inline-block;
  width: 100px;
}

.chujia_box p i {
  color: #ff9900;
}

.chujia_box p a.a2 {
  width: 88px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  padding-left: 0;
  display: inline-block;
  text-align: center;
  border: 1px solid #c4c5c6;
  vertical-align: middle;
}

.user_err_box {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 32px;
}

.user_err_box p {
  font-size: 18px;
  color: #666;
}

.user_err_box .tt {
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
  padding-top: 30px;
}

.user_err_box a {
  color: #1988be;
}

.index_range_sel {
  border: 1px solid #b3b3b3;
  width: 52px;
  border-radius: 4px;
  height: 24px;
}

.console-down {
  position: absolute;
  top: 0;
  left: 130px;
  z-index: 200;
  background: #fff;
  box-shadow: 0px 6px 14px 0px rgba(62, 61, 58, 0.2);
  display: none;
  padding: 10px 0 20px 40px;
}

.console-down li {
  width: 210px;
  padding: 0;
  line-height: 34px;
  float: left;
  position: relative;
}

.console-down .product_title {
  font-size: 18px;
  color: #039ae1;
  padding-left: 10px;
  position: relative;
  margin-top: 18px;
}

.product_title span {
  position: absolute;
  left: -2px;
  top: 10px;
  width: 3px;
  height: 16px;
  background: #039ae1;
}

.console-down li a {
  display: block;
  font-size: 14px;
  color: #4d4d4d;
}

.console-down li a:hover {
  color: #007bb7;
  text-decoration: underline;
}

.myaccount-box {
  position: relative;
  overflow: visible;
  margin-top: 0;
  padding-top: 20px;
}

.single_banner {
  width: 100%;
  height: 575px;
  background: url(/assets/index/image/618_banner.jpg?v=1) no-repeat top center;
  min-width: 1080px;
}

.single_main {
  width: 100%;
  height: 1350px;
  background: url(/assets/index/image/618_main.jpg) no-repeat top center;
  padding-top: 40px;
  min-width: 1080px;
}

.single_tips {
  width: 1044px;
  height: 220px;
  margin: 0 auto;
  background: url(/assets/index/image/618_tip1.png);
  margin-top: 50px;
  position: relative;
}

.single_main .tips2 {
  background: url(/assets/index/image/618_tip2.png);
}

.single_main .tips4 {
  background: url(/assets/index/image/618_tip4.png);
}

.single_main .tips3 {
  height: 433px;
  background: url(/assets/index/image/618_tip3.png);
  margin-top: 60px;
}

.single_tips a {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 67px;
  left: 59px;
}

.tips2 a {
  left: 885px;
}

.tips3 p {
  line-height: 52px;
  font-size: 26px;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#ffeed9),
    to(#fad197)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  letter-spacing: 3px;
  padding-left: 50px;
}

.tips3 .s_tt {
  text-align: center;
  font-size: 36px;
  letter-spacing: 4px;
  padding: 50px 0 16px 0;
}

@media (max-width: 996px) {
  .index_inner {
    width: 1200px;
  }

  .index_inner .left_box {
    width: 74%;
  }

  .index_inner .right_box {
    width: 25%;
  }

  .search_all {
    width: 18%;
  }

  .search_main {
    width: 78%;
  }

  .auction_fr {
    width: 20%;
  }

  .auction_fon {
    width: 78%;
  }

  .jj_inner_tt span {
    left: 49%;
  }

  .must_known .yd_tt span {
    left: 49%;
  }

  #dt_mtable {
    width: 92%;
  }

  .auction_fon .container .toper ul {
    width: 41%;
  }

  .auction_fon .container .toper p {
    width: 59%;
  }

  .gototop_wrap {
    display: none;
  }

  .whois_box {
    width: 78%;
  }

  .whois_box .search_main {
    width: 78.5%;
  }

  #domain {
    width: 92%;
  }

  .tuijian_box ul li {
    width: 25%;
  }

  .ymzc_lc .fbwt-contain31 {
    padding: 4% 16% 0;
  }

  .kwdm {
    width: 108px !important;
  }

  .reg_top_box .reg_search {
    margin-right: 20px;
  }

  .condition .menu_box {
    width: 88%;
  }

  .myaccount-box {
    width: 100%;
  }

  .myYm_common_rt {
    width: 86%;
    margin-left: 2%;
  }

  .fenzu_top {
    width: 86%;
    margin-left: 2%;
  }

  .hzwd {
    width: 80%;
  }

  .auction_dt_ul li {
    width: 24%;
  }

  .right_detail p a {
    width: 70%;
  }

  .right_detail p i {
    width: 29%;
  }

  .index_inner .gonggao p {
    margin-right: 0;
  }
  .index_news_box>div{
    width: 1200px!important;
    padding-left: 1%!important;
    box-sizing: border-box;
  }
  .index_news_box .ul2{
    width: 48%!important;
  }
  .index_tabs_box ul{
    left: 0!important;
    width: 100%!important;
    padding-left: 9%;
    box-sizing: border-box;
  }
  .index_tabs_box{
    background: #fff!important;
    width: 1200px!important;
  }
  .gonggao_banner div{
    width: 100%!important;
  }
  .gonggao_container{
    width: 100%!important;
  }
  .gonggao_container>div:first-child{
    width: 70%!important;
  }
  .gonggao_container{
    width: 100%!important;
  }
  .gonggao_container>div:last-child{
    float:right!important;
    margin: 0!important;
  }
  .right_box .rt_adv{
    width: 100%!important;
  }
  .right_box .rt_adv_md{
    width: 260px!important;
    margin-left: 20px;
  }
}

.myaccount-wrap {
  overflow: visible;
}

.myaccount-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.myaccount-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ym_reg_wrap {
  background: #fafafa;
  padding-bottom: 50px;
}

.ym_reg_wrap .cream {
  margin-top: 0;
  padding-top: 10px;
}

.reg_top_box {
  padding: 10px 30px;
  background: #fff;
  border: solid 1px #ebebeb;
}

.r_tt {
  font-size: 18px;
  color: #666;
}

.r_tt span {
  font-size: 24px;
  color: #f88b21;
  font-weight: bold;
}

.reg_top_box textarea {
  width: 78.6%;
  height: 200px;
  box-sizing: border-box;
  margin: 10px 0;
  background-color: #f5f7f7;
  border: none;
  padding: 20px 20px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
}

.reg_search {
  float: right;
  font-size: 18px;
  color: #23b6ff;
  width: 130px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  border: solid 1px #23b6ff;
  text-align: center;
  margin-right: 50px;
  margin-top: 92px;
}

.reg_search:hover {
  background: #23b6ff;
  color: #fff;
}

.hz_box p {
  font-size: 14px;
  font-weight: bold;
}

.hz_box label {
  margin-right: 20px;
  line-height: 36px;
}

.hz_box label input {
  margin-right: 6px;
  vertical-align: middle;
}

.hz_box label span {
  vertical-align: middle;
}

.hz_box > div {
  line-height: 36px;
}

.reg_tips {
  font-size: 14px;
  color: #666;
  font-weight: bold;
  padding: 26px 0;
}

.reg_tips span {
  color: #f88632;
}

.reg_table {
  width: 100%;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.reg_table tr td:first-child {
  color: #23b6ff;
}

.step_onetb tr td:first-child,
.step_twotb tr td:first-child {
  color: #222;
}

.reg_table tr th {
  height: 50px;
  line-height: 34px;
  padding: 0;
  padding-left: 5px;
  background: #ebeef0;
  border-bottom: solid 1px #e5e5e5;
  color: #222;
  font-weight: bold;
}

.reg_table tr td {
  padding: 0;
  height: 50px;
  padding-left: 5px;
  border-top: 1px solid #f2f2f2;
  text-align: center;
}

.see_more {
  color: #23b6ff;
  font-size: 14px;
  cursor: pointer;
}

.see_more span {
  display: inline-block;
  transform: rotate(90deg);
}

.ymzc_lc {
  height: 80px;
  background: #fff;
  margin: 10px 0;
  border-radius: 4px;
}

.fbwt-line {
  width: 140px;
}

.fbwt-contain31 {
  padding: 1% 20% 0;
  text-align: center;
  font-size: 12px;
}

.step_onetb tr th,
.step_onetb tr td:first-child {
  padding-left: 30px;
  text-align: left;
}

.step_onetb tr input,
.step_twotb tr input {
  vertical-align: 0px;
  margin-right: 4px;
}

.step_onetb tr td:last-child {
  padding-right: 20px;
  text-align: right;
  font-size: 12px;
}

.step_onetb tr td:last-child span {
  font-size: 16px;
  color: #ef671c;
}

.step_onetb tr td:last-child span i {
  font-size: 12px;
}

.step_onetb .reg {
  width: 88px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  border: solid 1px #23b6ff;
  color: #23b6ff;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.tar_box a {
  font-size: 14px;
  border-right: 1px solid #eaeaea;
  padding: 0 10px;
}

.tar_box a:last-child {
  border: none;
  color: #23b6ff;
}

.mul_reg {
  height: 80px;
  line-height: 30px;
  background: #fff;
  margin-top: 20px;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 14px;
}

.mul_reg input {
  vertical-align: -1px;
  margin: 0 4px 0 10px;
}

.mul_reg .back {
  color: #23b6ff;
  margin-left: 24px;
}

.step_onetb .reg:hover {
  background: #23b6ff;
  color: #fff;
}

.mul_reg button {
  width: 90px;
  height: 32px;
  background-color: #23b6ff;
  border-radius: 2px;
  color: #fff;
  float: right;
  margin-top: 14px;
}

.price_box > div {
  width: 49%;
}

.price_box > div:last-child {
  margin-left: 2%;
}

.price_box .tt {
  font-size: 18px;
  line-height: 28px;
  padding: 26px 0 18px;
}

.price_box .tt a {
  font-size: 14px;
  color: #666;
  float: right;
}

.price_table tr th,
.price_table tr td {
  padding-left: 32px;
  text-align: left;
}

.price_table tr th:last-child,
.price_table tr td:last-child {
  padding: 0;
  text-align: center;
  width: 70px;
}

.price_table td a {
  display: inline-block;
  width: 48px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background: #039ae1;
  border-radius: 4px;
  font-size: 13px;
}

.price_table td a:hover {
  opacity: 0.8;
}

.step2_tip {
  font-weight: normal;
}

.step2_tip span {
  color: #ff3737;
}

.reg_table td select {
  width: 60px;
  height: 26px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding-left: 4px;
}

.step_twotb td a {
  background: transparent;
  color: #23b6ff;
}

.total_p {
  float: right;
  margin-right: 20px;
  font-weight: bold;
  font: 16px;
}

.total_p span {
  color: #f6a10d;
  font-size: 18px;
}

.step3_tip {
  font-size: 16px;
  padding: 20px 0;
  position: relative;
  padding-left: 16px;
}

.step3_tip span {
  position: absolute;
  left: 0;
  top: 23px;
  background: #00abf2;
  width: 4px;
  height: 20px;
}

.step3_tip a {
  float: right;
  font-size: 14px;
  color: #23b6ff;
}

.step_threetb tr th:last-child,
.step_threetb tr td:last-child {
  width: auto;
  text-align: left;
  padding-left: 32px;
}

.step_fourtb tr th:last-child,
.step_fourtb tr td:last-child {
  width: 54%;
  text-align: left;
  padding-left: 32px;
}

.step_threetb tr td:first-child,
.step_fourtb tr td:first-child {
  color: #404040;
}

.step_threetb tr .deal_box {
  height: 90px;
  background: #fff;
}

.step_threetb tr .deal_box div {
  float: right;
  margin-right: 40px;
  line-height: 26px;
  color: #666;
}

.step_threetb tr .deal_box div span {
  display: inline-block;
  width: 110px;
  color: #666;
}

.step_threetb tr .deal_box a {
  display: inline;
  color: #23b6ff;
  background: transparent;
  font-size: 14px;
  margin-left: 30px;
}

.step_fourtb tr td:last-child {
  color: #35a657;
}

.step_fourtb tr td.err {
  color: #ff3939;
}

.step_fourtb tr td.err a {
  color: #23b6ff;
  display: inline;
  background: transparent;
  margin-left: 6px;
  font-size: 14px;
}

.mainsearch {
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 0px 0px;
}

.mainsearch p {
  color: #fff;
  font-size: 16px;
}

.middle_s {
  width: 68%;
}

.left_s {
  margin-left: 4%;
  width: 16%;
  padding-top: 42px;
  line-height: 30px;
  font-weight: bold;
}

.rt_s {
  margin-right: 2%;
  width: 9%;
  text-align: center;
  padding-top: 46px;
}

.rt_s p {
  font-size: 14px;
}

.middle_s p {
  line-height: 42px;
  padding-top: 4px;
}

.middle_s p a {
  color: #23b6ff;
  margin-left: 14px;
}

.index_search {
  width: 80%;
  height: 52px;
  border-radius: 4px 0 0 4px;
  padding-left: 2%;
}

.mainsearch .search_all {
  width: 16%;
  height: 54px;
  background: #ff9900;
  border-radius: 0 4px 4px 0;
}

.search_all img {
  vertical-align: -1px;
  margin-right: 2px;
}

.adv-top {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(195, 195, 195, 0.59);
}

.adv-top ul {
  float: right;
  width: 820px;
}

.adv-top li {
  float: left;
  height: 96px;
}

.adv-top .avert-domain {
  border: 1px solid #e6e6e6;
  border-bottom: 0px;
  width: 134px;
  padding-left: 90px;
  position: relative;
  border-left: none;
}

.adv-top li a {
  display: block;
  padding-top: 24px;
  height: 68px;
}

.adv-top .avert-domain h3 {
  color: #353535;
  position: relative;
}

.adv-top h3 {
  font-size: 18px;
  font-weight: 500;
}

.adv-top p {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.price {
  color: #e2911e;
}

.adv-top .avert-host {
  position: relative;
  width: 142.5px;
  padding-left: 42px;
  border-top: 1px solid #e6e6e6;
  /* border-bottom: 1px solid #e6e6e6; */
}

.adv-top .avert-host:last-child {
  border-right: 1px solid #e6e6e6;
}

.adv-top .avert-host h3 {
  color: #23b6ff;
}

.adv-top .left-img {
  height: 98px;
  display: block;
  background: url(/assets/index/image/index_advimg.png) no-repeat center;
  overflow: hidden;
  max-width: 380px;
  text-align: center;
  white-space: nowrap;
  text-indent: 18px;
}

.adv-top .avert-domain i {
  position: absolute;
  left: 7px;
  top: 14px;
  width: 78px;
  height: 78px;
  background: url(/assets/index/image/com.png) no-repeat center center;
}

.adv-top .avert-domain i.cn {
  background: url(/assets/index/image/cn.png) no-repeat center center;
}

.adv-top li:hover {
  background: #f7fafa;
}

.adv-top .avert-host .v-hr {
  border-right: 1px solid #e7e7e7;
  height: 60%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 20%;
}

.adv-top .avert-domain:hover i {
  transform: translateY(-3px);
  transition: all 0.35s ease-in-out;
}

.adv-top .avert-host:hover a {
  display: block;
  position: relative;
  top: -1px;
  transition: all 0.35s ease-in-out;
}

.adv-top .avert-host i {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(/assets/index/image/index_arrow.png) no-repeat center center;
}

.seller_table td .ipt {
  width: 78px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  text-align: center;
}

.seller_table td select {
  width: 94px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding-left: 10px;
}

.seller_table td .des {
  width: 158px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding-left: 10px;
}

.seller_table th .des {
  width: 162px;
  height: 26px;
  padding-left: 8px;
  border: none;
}

.seller_table td .del {
  color: #999;
  margin-left: 10px;
}

.seller_table th .ipt {
  width: 120px;
  height: 26px;
  border: none;
  text-align: center;
}

.seller_table th select {
  width: 98px;
  height: 26px;
  border: none;
  text-align: center;
  padding-left: 8px;
}

.operate_box .watch {
  width: 108px;
  background: #fff;
  color: #039ae1;
  border: solid 1px #039ae1;
}

.ykbtn {
  display: inline-block;
  width: 56px;
  height: 30px;
  border-radius: 3px;
  margin: 0 4px;
  background: #039ae1;
  color: #fff;
  border: none;
}

.ykreset {
  background: #fff;
  color: #039ae1;
  border: 1px solid #039ae1;
}

.ym_table tr td a.down {
  color: #666666;
}

.ym_table tr td a.up {
  margin-right: 8px;
}

.condition .line .jjipt {
  width: 88px;
}

.chujia_box .get_msg {
  width: 88px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ff9900;
  background: #fff;
  color: #ff9900;
  vertical-align: middle;
  margin-left: 10px;
}

.mat_buy_box {
  background: #fff;
  padding: 0 20px;
}

.mat_buy_box .tt {
  position: relative;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 26px 0 26px 12px;
}

.mat_buy_box .tt span {
  position: absolute;
  width: 4px;
  height: 16px;
  background: #039ae1;
  left: 0;
  top: 31px;
}

.mat_table {
  margin: 0;
}

.mat_table tr th {
  padding: 8px 10px;
}

.mat_table tr td:first-child,
.mat_table tr th:first-child {
  padding-right: 4px;
  padding-left: 20px;
}

.mat_table tr .success {
  color: #49be70;
}

.mat_table tr .not {
  color: #f6a10d;
}

.mat_all {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #e5e5e5;
  border-top: none;
  box-sizing: border-box;
}

.mat_all .all_checked {
  margin: 21px 17px 0 27px;
}

.mat_all > div {
  margin-right: 42px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.mat_all > div i {
  color: #ffa21e;
  margin-right: 8px;
}

.mat_all > div a {
  color: #1ba7e5;
}

.ma_buy {
  padding: 40px 0;
  font-size: 14px;
  line-height: 46px;
  margin-left: 310px;
}

.ma_buy p span {
  display: inline-block;
  width: 120px;
  text-align: left;
}

.ma_buy .yzm {
  width: 258px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #c4c5c6;
  padding-left: 10px;
}

.ma_buy .a1 {
  width: 88px;
  height: 32px;
  background: #1ba7e5;
  border-color: #1ba7e5;
  color: #fff;
  padding-left: 0;
  border: none;
  border-radius: 3px;
  margin-top: 10px;
}

.ma_buy .get_msg {
  width: 88px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ff9900;
  background: #fff;
  color: #ff9900;
  vertical-align: middle;
  margin-left: 91px;
}

.mat_buy_box .tips {
  line-height: 26px;
  color: #666;
  font-size: 12px;
  padding: 24px 0;
}

.gonggao {
  height: 46px;
  line-height: 46px;
  position: relative;
  overflow: hidden;
}

.gonggao img {
  margin-top: 10px;
  margin-right: 14px;
}

.gonggao p {
  font-size: 14px;
  color: #808080;
  margin-right: 30px;
}

.gonggao p span {
  display: inline-block;
  background-color: #def4fe;
  border-radius: 2px;
  font-size: 12px;
  color: #039ae1;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  margin-right: 4px;
}

.gonggao a {
  color: #666;
}

.gonggao a:hover {
  color: #039ae1;
}

.onplace {
  background: #eeeeee;
  padding: 30px 0;
}

.margin-top-10 {
  margin-top: 7px;
}

.w1080 {
  width: 1080px;
  margin: 0 auto;
}

.onplace .onleft {
  width: 18%;
  font-size: 24px;
  float: left;
}

.onplace .onright {
  width: 81%;
  font-size: 16px;
  float: left;
  font-weight: 100;
}

.gonggao_box {
  margin-top: 10px;
}

.gonggao_box ul {
  width: 1080px;
  margin: 0 auto;
}

.gonggao_box ul li {
  background: #fff;
  border-radius: 6px;
  padding: 20px 30px;
  clear: both;
  margin-top: 20px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.gonggao_box ul li:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}

.gonggao_box ul li .news-l {
  float: left;
  width: 230px;
  padding-right: 10px;
  text-align: center;
}

.gonggao_box ul li .news-l img {
  margin-top: 30px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.gonggao_box ul li:hover .news-l img {
  margin-top: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.gonggao_box ul li .news-r {
  float: left;
  width: 750px;
  border-left: 1px solid #eee;
  padding-left: 29px;
}

.gonggao_box ul li .news-r h2 {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 8px;
}

.gonggao_box ul li .news-r h2 a {
  color: #212121;
}

.gonggao_box ul li .news-r h2 a:hover {
  color: #039ae1;
}

.cream {
  margin: 0 auto;
  width: 100%;
  display: flex;
}

.gg-des {
  color: #666;
  margin: 10px 0;
}

.time {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
}

.time .timeicon {
  padding-left: 24px;
  background: url(/assets/index/image/time-icon.png) no-repeat left center;
}

.time a {
  color: #039ae1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.dt_time {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.common_des {
  padding: 20px 0px;
}

.other-news {
  width: 1080px;
  margin: 0 auto;
}

.other-news h3 {
  font-size: 18px;
  color: #039ae1;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
}

.other-news h3 span {
  border-bottom: 2px solid #039ae1;
  padding-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
}

.other-news ul {
  padding-top: 15px;
  display: block;
}

.other-news ul li {
  line-height: 180%;
  position: relative;
  border: none;
  padding-left: 15px;
  margin-top: 0;
  padding-bottom: 15px;
}

.other-news li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #999;
  position: absolute;
  left: 0;
  top: 10px;
}

.other-news ul li:hover:after {
  backgorund: #039ae1;
}

.w1080 h1 {
  font-size: 28px;
  text-align: center;
  padding-top: 20px;
}

.gonggao_box ul {
  width: 960px;
}

.gonggao_box ul li .news-l {
  width: 210px;
}

.gonggao_box ul li .news-r {
  width: 650px;
}

#con {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.notice_box {
  position: absolute;
  top: 0;
  left: 80px;
  width: 86%;
}

.notice_box p {
  width: 31%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 3.5%;
}

.notice_box p:nth-child(3n) {
  margin-right: 0;
}

.whois_banner {
  width: 100%;
  height: 625px;
  background: url(/assets/index/image/whois_banner.png) no-repeat top center;
  margin-top: 120px;
}

.whois_dtbanner {
  height: 360px;
  background: url(/assets/index/image/whois_dtbanner.png) no-repeat center
    center;
}

.whois_banner .tt {
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding-top: 120px;
}

.whois_dtbanner .tt {
  padding-top: 96px;
}

.whois_ipt_box {
  width: 700px;
  margin: 0 auto;
  margin-top: 30px;
}

.whois_ipt_box input {
  width: 544px;
  background: #fff;
  height: 60px;
  font-size: 14px;
  outline: none;
  border: none;
  padding-left: 20px;
  float: left;
}

.whois_ipt_box button {
  width: 136px;
  height: 60px;
  border: none;
  font-size: 18px;
  color: #fff;
  background: #23b6ff;
  float: left;
}

.whois_ipt_box .nearly_search {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  color: #fff;
  width: 100%;
  height: 85px;
  overflow: hidden;
}

.whois_ipt_box .nearly_search > span {
  display: inline-block;
  width: 74px;
  vertical-align: top;
}

.whois_ipt_box .nearly_search > div {
  display: inline-block;
  width: 620px;
}

.whois_ipt_box .nearly_search > div a {
  color: #fff;
  margin-right: 14px;
}

.whois_ipt_box .nearly_search > div a:hover {
  color: #007bb7;
}
.whois_des_box {
  width: 740px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  margin-top: 135px;
}

.whois_des_box img {
  vertical-align: top;
  margin-right: 12px;
}

.whois_des_box .left,
.whois_des_box .right {
  width: 50%;
  float: left;
  text-align: left;
}

.whois_des_box .left div,
.whois_des_box .right div {
  display: inline-block;
  line-height: 24px;
}

.whois_des_box .right {
  padding-left: 44px;
  box-sizing: border-box;
}

.whois_des_box p {
  font-size: 16px;
  padding: 2px 0 10px;
  width: 280px;
}

.whois_type a {
  color: #fff;
  font-size: 14px;
}
.whois_type a:hover {
  color: #007bb7;
}

.whois_type {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  float: left;
}
.whois_type span {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  vertical-align: middle;
  margin: 0 16px;
}
.qianyi_rt_top {
  float: left;
  padding: 0 30px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 2%;
  width: 85%;
  margin-bottom: 20px;
  min-height: 110px;
  position: relative;
}
.qz_nav_contain > .tt {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 26px 0 10px;
  display: inline-block;
  width: 710px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
.qz_nav_contain p {
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.myGd_common_rt {
  float: left;
  padding: 0 10px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  margin-left: 2%;
  width: 85%;
  min-height: 602px;
}
.qzgl_contain {
  padding-bottom: 30px;
}
.qzgl_contain ul li {
  float: left;
  box-sizing: border-box;
  width: 32%;
  height: 240px;
  margin-top: 30px;
  margin-right: 2%;
}
.qzgl_contain ul li:nth-child(3n) {
  margin-right: 0;
}
.qzgl_contain .qz_img_box {
  width: 100%;
  height: 200px;
  border-radius: 4px;
  border: solid 1px #ebebeb;
  position: relative;
}
.qz_img_box .qz_inner {
  width: 100%;
  height: 168px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.qz_img_box .default_sel {
  height: 32px;
  line-height: 32px;
  background: #f4f7f9;
}
.default_sel a {
  font-size: 14px;
  background: url(/assets/index/image/qz_unstar.png) no-repeat 0 3px;
  padding-left: 20px;
  margin-left: 10px;
}
.default_sel .default {
  background: url(/assets/index/image/qz_star.png) no-repeat 0 3px;
}
.qzgl_contain .company {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.qz_img_box .qz_inner img {
  max-width: 100%;
  max-height: 100%;
}
.qzgl_contain .yl {
  position: absolute;
  right: 15px;
  bottom: 5px;
  background: url(/assets/index/image/yl.png) no-repeat 0 5px;
  padding-left: 20px;
  color: #039ae1;
}
.fans_move_banner {
  background: url(/assets/index/image/ssl_bg.png) no-repeat center center;
  height: 400px;
  width: 100%;
  position: relative;
  top: 122px;
}
.fans_move_banner1 {
  position: absolute;
  left: 25%;
  top: 20%;
  color: #fff;
  font-size: 28px;
}
.fans_move_banner11 {
  font-size: 28px;
  font-weight: bold;
}
.fans_move_banner11 span {
  color: #ff6a00;
}
.wxqy2_utitle {
  font-size: 14px;
  margin: 40px 0 40px 0;
  line-height: 26px;
}
.weixin_buy {
  background: #ff6a00;
  color: #fff;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.contact_kf {
  width: 128px;
  height: 38px;
  background: transparent;
  border: 1px solid #fff;
}
.weixin_buy:hover {
  color: #fff;
}
.navbg {
  height: 80px;
  width: 100%;
}
.nav_inner {
  width: 1080px;
  margin: 0 auto;
}
.nav_inner li {
  float: left;
  width: 15%;
  margin: 0 5%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.nav_inner li.active {
  border-bottom: 3px solid #007bb7;
}
.nav_inner li a:hover {
  color: #333;
}
.guding {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #f0f1f2;
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.05);
}
.productPar {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 54px 0 64px;
}
.info {
  width: 1200px;
  margin: 0 auto;
}
.productTitle {
  padding: 0px 0 40px;
  font-size: 28px;
  color: #333;
  text-align: center;
}
.sslcontb1 {
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-out;
}
.sslcontb2 {
  width: 260px;
  height: 442px;
  border: none;
  border-top: 5px solid #fff;
  transition: all 0.5s;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.05);
  padding: 0 30px;
  text-align: left;
}
.sslcontb2:hover {
  background: #fff;
  border-top-color: #007bb7;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.15);
}
.sslcontb3 {
  font-size: 18px;
  color: #333;
  padding: 22px 0 10px;
  font-weight: bold;
}
.sslcontb4 {
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.sslcontb5 {
  font-size: 14px;
  line-height: 32px;
  height: 280px;
  position: relative;
  border-top: 1px solid #f0f1f2;
  margin-top: 28px;
}
.sslcontb16a {
  text-align: center;
}
.sslcontb16b {
  text-align: center;
  color: #999;
  margin-top: -10px;
}
.sslcontb16 {
  padding-top: 18px;
  border-bottom: 1px solid #f0f1f2;
  height: 210px;
}
.sslcontb16c span {
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #515151;
  display: block;
}
.sslcontb16c {
  padding-top: 20px;
}
.sslcontb9 {
  font-size: 16px;
  color: #ff6a00;
}
.sslcontb10 {
  font-size: 28px;
  color: #ff6a00;
}
.sslcontb11 {
  font-size: 14px;
  color: #515151;
}
.sslcontb8 {
  margin-top: 20px;
  text-align: center;
}
.sslcontb7s {
  color: #999;
}
.sslcontb12 {
  width: 320px;
  height: 40px;
  background: #007bb7;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
  left: -30px;
  margin-top: 10px;
}
.sslcontb12:hover {
  color: #fff;
}
.sslcontb16c span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/assets/index/image/gou.png);
  margin-right: 12px;
  vertical-align: middle;
}
.sslcontb13a {
  font-size: 14px;
  text-align: center;
  color: #999;
  margin: 8px auto;
}
.ssltb {
  width: 100%;
  margin-top: 32px;
  border-top: solid 1px #f2f2f2;
  border-left: solid 1px #f2f2f2;
}
.ssltb td {
  height: 80px;
  width: 33%;
  background: #fff;
  border-bottom: solid 1px #f2f2f2;
  border-right: solid 1px #f2f2f2;
  font-size: 14px;
}
.ssltb td img:first-child {
  margin: 0 10px 0 36px;
}
.ssl_des {
  width: 1018px;
  padding: 26px 30px;
  margin: 0 auto;
  background-color: #fcfeff;
  border: solid 1px #ebebeb;
  margin-top: 24px;
  position: relative;
}
.ssl_des .tt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.ssl_des p {
  color: #666b70;
}
.ssl_des p a {
  color: #0c73ab;
}
.ssl_des > div {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 14px;
  color: #515151;
  margin-top: -24px;
}
.ssl_des > div b {
  color: #ff6a00;
  font-size: 28px;
}
.ssl_des > div a {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #ff6a00;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-left: 16px;
}
.productAdv1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.productAdv1 ul li {
  border-top: 5px solid rgba(0, 0, 0, 0);
  background-color: #fafafa;
  border-radius: 4px;
  display: flex;
  width: 470px;
  text-align: left;
  padding: 40px 30px 0 30px;
  min-height: 155px;
  margin-bottom: 20px;
}
.productAdv1 ul li:hover {
  border-color: #007bb7;
  box-shadow: 3px 5px 12px 0px rgba(197, 192, 189, 0.5);
}
.productAdv3 h6 {
  font-size: 18px;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 16px;
}
.productAdv3 h6 i {
  position: absolute;
  width: 32px;
  height: 3px;
  background: #8a8e99;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}
.productAdv3 > p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.w1080 {
  width: 1080px;
  margin: 0 auto;
}
.productSce_cj {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 50px 0;
  padding-right: 40px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  min-height: 250px;
}
.productSce_cj2 {
  margin-left: 40px;
  text-align: center;
}
.productSce_cja {
  padding: 20px 0 10px;
  font-size: 18px;
  color: #181818;
  font-weight: bold;
}
.productSce_cjb {
  text-align: left;
}
.dns_new_info > .info > .common {
  height: 330px;
  width: 100%;
  overflow: hidden;
}
.dns_new_info .common > .title {
  border-bottom: 1px solid #ddd;
  height: 49px;
}
.dns_new_info {
  padding: 50px 0;
}
.dns_new_info .common > .title h5 {
  font-size: 24px;
  font-weight: normal;
  float: left;
}
.dns_new_info .common > .title a {
  float: right;
  margin-top: 11px;
  font-size: 14px;
  color: #ff6a00;
}
.dns_new_info .common ul {
  list-style: disc;
  color: #fff;
}
.dns_new_info .common ul li {
  margin: 25px 0;
  font-size: 14px;
  height: 18px;
}
.dns_new_info .common ul li p {
  float: left;
  color: #555;
  position: relative;
  padding-left: 16px;
}
.dns_new_info .common ul li p:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #555;
  position: absolute;
  left: 0;
  top: 8px;
}
.dns_new_info .common ul li span {
  float: right;
  color: #808080;
}
.dns_new_info .common ul li a:hover p {
  color: #007bb7;
}
.cloud_banner {
  background: url(/assets/index/image/cloud_bg.png) no-repeat center center;
}
.dns_banner {
  background: url(/assets/index/image/dns_bg.png) no-repeat center center;
}
.cloudPar .sslcontb11 {
  color: #ff6a00;
}
.cloudPar .sslcontb16 {
  height: 146px;
  padding-top: 0;
}
.cloudPar .sslcontb5 {
  height: 210px;
}
.cloudPar .sslcontb2 {
  height: 393px;
  width: 200px;
}
.cloudPar .sslcontb12 {
  width: 260px;
  height: 40px;
}
.cloudtb {
  width: 100%;
  margin-top: 40px;
}
.cloudtb tr th {
  width: 33%;
  height: 80px;
  font-size: 18px;
  background: #2f3347;
  color: #fff;
}
.cloudtb tr td {
  text-align: center;
  height: 50px;
  background: #f8f8f7;
  color: #999;
  border-bottom: 1px solid #ebebeb;
  padding: 0 30px;
}
.cloudtb tr th:first-child {
  border-top-left-radius: 10px;
}
.cloudtb tr th:last-child {
  border-top-right-radius: 10px;
  color: #56402d;
  background: #e1d4b0;
}
.cloudtb tr td:first-child {
  border-left: 1px solid #ebebeb;
  background: #fff;
  color: #666;
}
.cloudtb tr td:last-child {
  border-right: 1px solid #ebebeb;
  background: #f5f2ea;
  color: #2c2b27;
}
.dnsprice {
  color: #666;
  margin-right: 8px;
  font-size: 14px;
}
.cloudPar .sslcontb10 {
  font-size: 24px;
}
.dnstel {
  font-size: 18px;
  color: #1a1a1a;
  font-weight: bold;
}
.dnsys ul li {
  background: #fff;
}
.dnsPar .productSce_cj {
  padding: 0;
}
.dnsPar .productSce_cj2 {
  margin: 0;
  background-color: #fafafa;
  border-radius: 4px;
  width: 240px;
  padding: 50px 50px 0 50px;
  min-height: 330px;
}
.yun_left_main {
  width: 820px;
  float: left;
}
.yun_right_main {
  float: right;
  width: 240px;
  background: #fff;
  font-size: 12px;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.03);
  margin-top: 10px;
}
.blocker {
  padding: 30px;
  background: #fff;
  position: relative;
  font-size: 14px;
  margin-top: 10px;
}
.blocker .tt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
}
.blocker .tt2 {
  font-weight: bold;
  color: #666;
}
.ecs_order1a {
  position: absolute;
  width: 90px;
  line-height: 60px;
  color: #666;
  font-weight: bold;
  cursor: default;
  left: 30px;
}
.ecs_order1b {
  min-height: 36px;
  box-sizing: border-box;
  margin-left: 90px;
}
.ecs_order1d {
  clear: both;
  margin-top: 12px;
}
.ecs_order1d span {
  width: 110px;
  height: 34px;
  position: relative;
  display: block;
  cursor: pointer;
  float: left;
  border: 1px solid #f0f1f2;
  text-align: center;
  line-height: 32px;
  margin: 0 12px 14px 0;
}
.ecs_order1d span.on {
  border-color: #00abf2;
  color: #00abf2;
  background: #f9fdff;
}
.canshuTb {
  width: 100%;
  margin-top: 20px;
}
.canshuTb tr th {
  height: 50px;
  background: #f5f7f7;
  font-size: 12px;
  color: #666;
  text-align: left;
  padding-left: 20px;
}
.canshuTb tr td {
  font-size: 12px;
  color: #666;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 20px;
  vertical-align: top;
}
.canshuTb tr td:first-child {
  color: #222;
}
.canshuTb tr td input {
  margin-right: 4px;
}
.ecs_order3a {
  padding: 20px 0 0px;
}
.demo-slider {
  padding-left: 9px;
  height: 50px;
  margin-top: 10px;
}
.ecs_order1h {
  padding: 18px 0 0;
}
.layui-slider-step > span,
.layui-slider1 {
  position: relative;
  top: 12px;
  color: #999;
  left: -22px;
  font-size: 12px;
}
.layui-slider2 {
  position: absolute;
  right: -23px;
  top: 12px;
  color: #999;
  font-size: 12px;
}
.ecs_order1b .layui-input {
  padding: 0;
  text-align: center;
  width: 45px;
  border-left: none;
}
.layui-slider-input {
  top: 8px !important;
}
.ecs_order1b .layui-input {
  padding: 0;
  text-align: center;
  width: 45px;
  border-left: none;
}
.czsel {
  position: relative;
  line-height: 25px;
  z-index: 10;
  border: 1px solid #d1d1d1;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  vertical-align: middle;
}
.czsel:hover {
  border-color: #00abf2;
}
.czsel dt {
  position: relative;
  padding: 0 20px 0 12px;
  cursor: pointer;
  height: 25px;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.czsel dt:before {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translate(-2px, -50%);
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid #474747;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.czsel dd {
  position: absolute;
  left: -1px;
  top: 26px;
  background: #fff;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 99;
  display: none;
  min-width: 100%;
}
.czsel dd a {
  display: block;
  line-height: 27px;
  text-align: left;
  padding-left: 13px;
  padding-right: 10px;
  color: #474747;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.czsel dd a:hover {
  background: #f5f5f5;
}
.ecs_order3a > span {
  font-size: 12px;
  color: #999;
}
.ecs_order3a span font {
  color: #00abf2;
}
.ecs_order3i {
  color: #00abf2;
  padding: 10px 0 20px;
  display: inline-block;
  cursor: pointer;
}
.ecs_order3h {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url(/assets/index/image/plus_bg.png) no-repeat center;
  background-size: 10px;
  border: 1px solid #00abf2;
  border-radius: 50%;
  cursor: pointer;
}
.ecs_order3b {
  font-size: 14px;
  margin: 10px 0 0;
  z-index: 6;
}
.ecs_order3g {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url(/assets/index/image/minus_bg.png) no-repeat center;
  background-size: 10px;
  border: 1px solid #00abf2;
  border-radius: 50%;
  cursor: pointer;
}
.czsel.ecs_order3c {
  width: 150px;
  display: inline-block;
  margin-right: 10px;
}
.ecs_order3d {
  position: relative;
  top: 10px;
}
.ecs_order3d,
.ecs_order3e {
  display: inline-block;
}
.popup .order30,
.order30 {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  overflow: hidden;
  width: 89px;
  background: #fff;
}
.popup .order30 span,
.order30 span {
  position: relative;
  float: left;
  top: 2px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding-right: 0;
  line-height: 18px;
  color: #797979;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.popup .order30 input,
.order30 input,
.viewFramework-main .order30 input {
  float: left;
  width: 42px;
  padding: 0;
  height: 25px;
  line-height: 20px;
  text-align: center;
  border: none;
  border-radius: 0;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  margin: 0;
  font-size: 14px;
}
.popup .order30 .add:before,
.order30 .add:before,
.order30 .add-order:before {
  content: "";
  width: 7px;
  height: 1px;
  background: #797979;
  display: inline-block;
  position: relative;
  top: 10px;
  float: left;
  margin-left: 8px;
}
.ecs_order1h1 {
  position: relative;
  top: -6px;
  padding-left: 5px;
}
.ecs_order3bBox {
  display: none;
}
.ecs_order1h .order30 {
  display: inline-block;
  border-radius: 0;
}
.long span {
  width: 70px;
  height: 26px;
  position: relative;
  display: block;
  cursor: pointer;
  float: left;
  border: 1px solid #f0f1f2;
  text-align: center;
  line-height: 26px;
  margin: 0 8px 8px 0;
  border-radius: 4px;
}
.long {
  margin-top: 16px;
}
.ecs_order3a .text1 {
  height: 28px;
  line-height: 28px;
  border: 1px solid #d1d1d1;
  padding: 0 2px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 184px;
  padding-left: 10px;
}
.ecs_order3a .ecs_order3aOn {
  width: 88px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  padding: 0 10px;
  color: #00abf2;
  position: relative;
  top: 2px;
}
.ecs_order_conty1 {
  border-bottom: #f0f1f2 1px solid;
  background: #eefaff;
  line-height: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #00abf2;
}
.ecs_order_conty2 {
  line-height: 20px;
  padding-bottom: 5px;
  overflow: hidden;
  padding: 20px;
}
.ecs_order_conty2 p {
  padding: 3px 0;
  overflow: hidden;
}
.ecs_order_conty2 span {
  float: left;
  width: 80px;
  display: block;
  color: #999;
}
.ecs_order_conty2 font {
  float: left;
  width: 120px;
  display: block;
  text-align: right;
}
.ecs_order_conty3 {
  color: #999;
  text-align: center;
  line-height: 26px;
  border-top: 1px solid #f0f1f2;
  padding-top: 20px;
  font-size: 14px;
}
.ecs_order_conty3 span {
  font-size: 20px;
  color: #ff6a00;
}
.yun_right_main .submit {
  width: 100%;
  height: 40px;
  background-color: #007bb7;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.fwq_pay .fbwt-contain31 {
  padding: 34px 30% 0;
}
.fwq_pay .fbwt-step1 {
  width: 50px;
}
.yun_table {
  width: 100%;
}
.yun_table tr th {
  background: #f5f7f7;
  height: 50px;
  font-size: 12px;
  color: #666;
  text-align: left;
  padding-left: 30px;
}
.yun_table tr td {
  font-size: 14px;
  padding-left: 30px;
  height: 60px;
  border-bottom: 1px solid #ebebeb;
}
.yun_table tr .price {
  color: #ff9900;
}
.yun_table tr td select {
  width: 148px;
  height: 26px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding-left: 10px;
}
.yun_table tr td .times {
  width: 68px;
}
.blocker .xieyi {
  font-size: 12px;
}
.blocker .xyhref {
  color: #666;
  font-size: 12px;
}
.blocker .xyhref:hover {
  color: #007bb1;
}
.xieyi input {
  vertical-align: -2px;
  margin-right: 4px;
}
.buy_bt p {
  line-height: 38px;
  margin-top: -10px;
}
.buy_bt p span {
  color: #ff9900;
  font-size: 18px;
  margin: 0 10px;
}
.buy_bt p .sure_buy {
  display: inline-block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  background-color: #00abf2;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
.buy_bt {
  min-height: 18px;
}
.blocker .tt > .pay {
  float: right;
  font-size: 14px;
}
.blocker .tt > .pay i {
  font-size: 18px;
  color: #ff9900;
}
.blocker .tt2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 60px;
}
.blocker .tt2 span {
  font-size: 14px;
  font-weight: normal;
}
.blocker .tt2 span i {
  font-size: 16px;
  color: #ff9900;
}
.blocker .tt2 a {
  color: #00abf2;
  font-size: 14px;
  font-weight: normal;
}
.pay_type {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.pay_type img {
  vertical-align: -10px;
  margin-right: 4px;
}
.blocker .result_box {
  text-align: center;
  margin-top: 24px;
}
.result_box .sta {
  margin: 20px 0 15px;
  font-size: 18px;
}
.result_box .describe {
  line-height: 22px;
  color: #999;
  font-size: 14px;
}
.cloud_des_box {
  float: left;
  width: 650px;
}
.cloud_word {
  float: right;
  width: 370px;
}
.cloud_word .tt {
  font-size: 18px;
  font-weight: bold;
}
.cloud_word > div {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 30px;
}
.hk_ys ul li {
  width: 285px;
  justify-content: center;
}
.hk_ys .productAdv3 > p {
  text-align: center;
}
.hk_middle {
  width: 100%;
  height: 360px;
  background: url(/assets/index/image/hk_middle_bg.png) no-repeat center center;
  margin-top: 30px;
  text-align: center;
}
.hk_middle a {
  display: inline-block;
  width: 170px;
  height: 60px;
  background: #fff;
  margin: 0 4px;
  border-radius: 4px;
  margin-top: 60px;
}
.hk_middle a img {
  width: 140px;
}
.hk_middle p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.hk_middle .tt {
  font-size: 28px;
  padding: 75px 0 15px;
}
.hk_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hk_ul li {
  width: 260px;
  border: solid 1px #ebebeb;
  min-height: 680px;
}
.hk_ul li img {
  width: 100%;
}
.hk_ul .hk_ul_block {
  margin: 24px 18px 0 18px;
}
.hk_ul_block .tt {
  color: #333;
  font-size: 14px;
}
.hk_first .tt {
  font-size: 18px;
  padding-bottom: 20px;
}
.hk_ul_block .des {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.hk_ul .hk_first {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 24px;
}
.center_blocker {
  padding: 24px 20px;
  min-height: 610px;
  position: relative;
}
.center_blocker .tt {
  font-size: 16px;
  position: relative;
  padding-left: 10px;
  padding-bottom: 20px;
}
.center_blocker .tt::before {
  position: absolute;
  width: 4px;
  height: 16px;
  background: #039ae1;
  content: "";
  top: 5px;
  left: 0;
}
.yun_pay_table {
  border: 1px solid #ebebeb;
  border-bottom: none;
  margin-bottom: 50px;
}
.yun_pay_table tr th {
  border-bottom: 1px solid #ebebeb;
}
.center_blocker .tt > span {
  font-size: 14px;
}
.center_blocker .tt > span i {
  color: #ff8022;
}
.center_blocker .tt a {
  font-size: 14px;
  color: #00abf2;
}
.center_blocker .pay_type {
  margin-top: 0;
  font-size: 15px;
}
.center_blocker .buy_bt {
  border-top: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 850px;
}
.search_main_box .inner_contain .c-datepicker-date-editor input {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.c-datepicker-picker__sidebar + .c-datepicker-picker__body {
  margin: 0 !important;
}
.c-datepicker-picker__sidebar {
  display: none !important;
}
.inner_contain .c-datepicker-date-editor {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
}
.wxts {
  padding: 10px 0;
  font-size: 14px;
  color: #ff3838;
}
.cloud_tb tr th,
.cloud_tb tr td {
  height: 50px;
}
.kf_right img {
  width: 50px;
  float: left;
}
.kf_right {
  padding: 14px 10px 6px 10px;
}
.kf_right > div {
  float: left;
  margin-left: 16px;
  margin-top: 6px;
}
.kf_right > div span {
  display: block;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.zx_box {
  padding: 0 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.wx_ewm {
  position: absolute;
  width: 236px;
  height: 200px;
  background: url(/assets/index/image/wechatbox.png);
  text-align: center;
  bottom: 40px;
  left: -18px;
  background-size: 100%;
  display: none;
}
.wx_ewm img {
  width: 150px;
  margin-top: 20px;
}
.wx_ewm > div {
  font-size: 13px;
  background: url(/assets/index/image/wx_1.png) no-repeat;
  text-align: left;
  background-size: 20px;
  padding-left: 24px;
  margin-left: 52px;
}
.zx_box > span {
  display: inline-block;
  width: 50px;
  text-align: center;
  font-size: 14px;
}
.zx_box a {
  display: inline-block;
  width: 40px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #1ba7e5;
  border: solid 1px #1ba7e5;
  margin-left: 12px;
}
.tousu_box {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-bottom: solid 1px #e6e6e6;
  background-color: #fafafa;
  text-align: center;
}
.tousu_box a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #999;
}
.tousu_box img {
  vertical-align: -4px;
}
.shop_box {
  margin-bottom: 20px;
}
.shop_box > div {
  float: left;
  min-height: 200px;
  background: #fafafa;
  box-sizing: border-box;
}
.shop_box .left {
  width: 62%;
  margin-right: 1%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.shop_box .left img {
  width: 160px;
  float: left;
}
.sp_lfinner {
  float: left;
  margin-left: 30px;
}
.sp_lfinner .tt {
  font-size: 16px;
  margin-top: 10px;
}
.shop_box .right .tt {
  font-size: 16px;
  padding-left: 26px;
  background: url(/assets/index/image/tao_top2.png) no-repeat left 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.sp_lfinner > div {
  margin-top: 10px;
}
.sp_lfinner > div > span {
  float: left;
  width: 48%;
  line-height: 32px;
  color: #666;
  margin-right: 4%;
}
.sp_lfinner > div > span:nth-child(even) {
  margin-right: 0;
}
.sp_lfinner > a {
  padding-left: 30px;
  color: #007bb7;
  font-size: 14px;
  background: url(/assets/index/image/tao_top3.png) no-repeat left center;
  display: block;
  margin-top: 20px;
}
.shop_box .right {
  width: 37%;
  padding: 28px 30px;
}
.shop_box .right .des {
  line-height: 24px;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.yun_inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow: auto;
}
.yun_model_box {
  width: 620px;
  min-height: 320px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  display: none;
}
.yun_inner .tt {
  line-height: 40px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 18px;
}
.yun_inner .close {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-size: 18px;
  width: 26px;
  height: 40px;
  line-height: 40px;
}
.yun_model_box .layui-input {
  padding: 0;
  text-align: center;
  width: 45px;
  border-left: none;
}
.yun_inner #slideTest8 {
  margin-left: 40px;
  margin-top: 30px;
}
.yun_model_box .layui-slider-input-btn i.layui-icon-down1:before {
  top: -5px;
}
.yun_model_box .msg_box {
  line-height: 24px;
  padding-left: 38px;
  margin-top: 10px;
}
.yun_model_box .msg_box i {
  color: #ff893b;
}
.yun_model_box .btn_box {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 24px;
}
.yun_model_box .btn_box button {
  width: 100px;
  height: 34px;
  margin: 0 4px;
  border-radius: 4px;
  color: #fff;
  background: #999;
}
.yun_model_box .btn_box .sub {
  background: #039ae1;
}
.center_blocker .ip_table tr th {
  height: 50px;
  font-size: 14px;
  color: #666;
}
.center_blocker .ip_table tr td {
  height: 70px;
  font-size: 14px;
}
.add_ip {
  line-height: 28px;
  margin-top: 14px;
}
.add_ip button {
  width: 70px;
  height: 28px;
  background-color: #039ae1;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  outline: none;
  border: none;
}
.add_ip span {
  font-size: 12px;
  color: #ff3939;
  margin-left: 4px;
}
.add_ip_box {
  width: 500px;
}
.add_ip_box .msg_box p span {
  display: inline-block;
  width: 90px;
  text-align: right;
  margin-right: 20px;
}
.add_ip_box .msg_box p {
  line-height: 52px;
}
.add_ip_box .msg_box select {
  width: 98px;
  height: 34px;
  border: solid 1px #ebebeb;
  padding-left: 10px;
}
.add_ip_box .msg_box .des {
  color: #999;
  line-height: 26px;
}
.ym_table .caozuo span {
  color: #039ae1;
}
.ym_table .caozuo a {
  color: #039ae1;
}
.yun_model_box .tt .tip {
  font-size: 12px;
  color: #ff3737;
  margin-left: 4px;
}
.add_kz_box {
  width: 500px;
  min-height: 280px;
}
.add_kz_box .msg_box p span {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 4px;
}
.add_kz_box .msg_box {
  padding-top: 16px;
}
.add_kz_box .msg_box p select,
.add_kz_box .msg_box p input {
  width: 182px;
  height: 32px;
  border: 1px solid #ebebeb;
  padding-left: 16px;
}
.add_kz_box .msg_box p {
  line-height: 44px;
}
.recover_kz_box,
.del_kz_box {
  width: 440px;
  min-height: 240px;
}
.recover_kz_box .tip {
  font-size: 14px;
  color: #ff3838;
  padding: 56px 0 30px;
  text-align: center;
}
.del_kz_box .tip {
  font-size: 14px;
  padding: 56px 0 30px;
  text-align: center;
}
.ip_table .success {
  color: green;
}
.add_store_box {
  width: 520px;
  min-height: 360px;
}
.add_store_box .msg_box {
  padding: 0 30px;
  margin-top: 24px;
}
.add_store_box .msg_box button {
  width: 86px;
  height: 34px;
  border: none;
  outline: none;
  color: #fff;
  background: #039ae1;
  border-radius: 2px;
  font-size: 12px;
}
.add_store_box .add_box span {
  width: 350px;
  margin-left: 20px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}
.pan_box p {
  color: #666;
  font-size: 14px;
  line-height: 42px;
}
.pan_box p input {
  width: 100px;
  height: 34px;
  box-sizing: border-box;
  border: solid 1px #ebebeb;
  padding-left: 18px;
  padding-right: 34px;
}
.pan_box p select {
  width: 120px;
  height: 34px;
  box-sizing: border-box;
  padding-left: 18px;
  border: solid 1px #ebebeb;
  margin-left: -20px;
  vertical-align: middle;
}
.pan_box p span {
  position: relative;
  left: -32px;
  color: #999;
}
.pan_box p button {
  margin-left: 4px;
}
.add_store_box .pan_box {
  margin-top: 20px;
}
.add_store_box .msg_box p {
  padding-left: 50px;
}
.add_store_box .msg_box .tip {
  color: #999;
  margin-top: 4px;
  margin-bottom: -6px;
}
.add_store_box .msg_box .tip i {
  color: #ff771c;
}
.pan_inner {
  display: none;
}
.set_tb tr td {
  height: 50px;
}
.set_tb tr td:last-child {
  width: 120px;
  text-align: right;
  padding-right: 20px;
}
.set_tb tr td:first-child {
  width: 130px;
  color: #666;
}
.switch-component {
  position: relative;
  width: 50px;
  height: 26px;
  background-color: #dadada;
  border-radius: 26px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  transition: all 0.2s ease;
}

.switch-component::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 4%;
  width: 46%;
  height: 92%;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.switch-component:checked {
  background-color: #14a1e3;
}

.switch-component:checked::after {
  left: 50%;
}
.cond-tab .tips_box .text {
  font-size: 12px;
  padding: 4px 6px !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.7);
  color: #fff !important;
  position: absolute;
  bottom: 26px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
  white-space: nowrap;
  display: none;
  line-height: 14px;
}
.cond-tab .tips_box .text:after {
  content: "";
  border: 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
}

.cond-tab .tips_box:hover .text {
  display: block;
}
.set_yun_box {
  width: 440px;
  min-height: 240px;
}
.set_yun_box .msg_box input,
.change_pass_box .msg_box input {
  width: 200px;
  height: 34px;
  box-sizing: border-box;
  border: solid 1px #ebebeb;
  padding-left: 16px;
}
.set_yun_box .msg_box,
.change_pass_box .msg_box {
  margin-top: 36px;
}
.set_yun_box .msg_box .des,
.change_pass_box .des {
  margin-top: 10px;
  padding-left: 98px;
  color: #999;
}
.change_pass_box {
  width: 620px;
  min-height: 240px;
}
.change_pass_box .msg_box button,
.chongzhuang_box .msg_box button {
  height: 34px;
  border: none;
  outline: none;
  background-color: #039ae1;
  border-radius: 2px;
  color: #fff;
  padding: 0 14px;
  margin-left: 6px;
}
.change_pass_box .msg_box {
  padding-left: 50px;
}
.updata_box {
  width: 500px;
  min-height: 320px;
}
.updata_box .msg_box {
  margin-top: 32px;
}
.updata_box .msg_box p span {
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
  border: solid 1px #cccccc;
  color: #999;
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
}
.updata_box .msg_box p .sel {
  color: #fff;
  background: #039ae1;
  border-color: #039ae1;
}
.updata_box .msg_box .gg {
  margin-top: 6px;
  padding-left: 43px;
}
.updata_box .msg_box .des {
  line-height: 24px;
  color: #999;
  padding-left: 42px;
  margin-top: 12px;
}
.updata_box .msg_box {
  padding-left: 50px;
}
.chongzhuang_box {
  width: 620px;
  min-height: 360px;
}
.chongzhuang_box .msg_box input,
.chongzhuang_box .msg_box select {
  width: 410px;
  height: 34px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  padding-left: 16px;
}
.xufei_box {
  width: 380px;
}
.xufei_box .msg_box input,
.xufei_box .msg_box select {
  width: 280px;
  height: 34px;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  padding-left: 16px;
}
.chongzhuang_box .msg_box .text2 {
  width: 200px;
}
.chongzhuang_box .msg_box > p {
  margin-top: 10px;
}
.chongzhuang_box .msg_box {
  margin-top: 36px;
}
.chongzhuang_box .msg_box > p > span {
  display: inline-block;
  text-align: right;
  width: 84px;
}
.oc_box {
  width: 440px;
  min-height: 240px;
}
.oc_box .msg_box {
  padding: 0;
  margin: 50px 0;
  text-align: center;
}
.my_cloud_box {
  width: 700px;
}
.my_cloud_box .inner_contain input {
  margin-left: 8px;
  margin-right: 16px;
  font-size: 12px;
}
.my_cloud_box .inner_contain select {
  margin-left: 8px;
  margin-right: 16px;
  font-size: 12px;
  width: 88px;
}
.cloud_tt {
  font-size: 14px;
  padding: 30px 0 14px;
}
.cloud_tt span {
  font-size: 12px;
  color: #999;
  margin-left: 22px;
}
.cloud_tt .warn {
  color: #ff9435;
}
.cloud_tt .err {
  color: #ff3838;
}
.my_cloud_tb tr th {
  color: #666;
  user-select: none;
}
.my_cloud_tb tr td {
  height: 60px;
  font-size: 13px;
}
#operation a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  vertical-align: middle;
  background: url(/assets/index/image/cloud_icon1.jpg);
  margin-left: 6px;
}
#operation a.run {
  background: url(/assets/index/image/cloud_icon2.jpg);
}
#operation a.power {
  background: url(/assets/index/image/cloud_icon3.jpg);
}
#operation a.load {
  background: url(/assets/index/image/cloud_icon4.png);
}
#operation .add_yun {
  width: 108px;
  height: 28px;
  line-height: 28px;
  background: none;
  background-color: #039ae1;
  color: #fff;
  margin-left: 0;
}
.center_blocker .operation {
  margin-top: 24px;
}
.cloud_dt_tb tr td {
  height: 20px;
  padding: 15px 20px;
  font-size: 14px;
}
.cloud_dt_tb tr td:first-child {
  color: #666;
}
.cloud_dt_tb tr td:last-child {
  text-align: right;
}
.cloud_dt_tb tr td span {
  font-size: 12px;
  color: #999;
}
.cloud_dt_tb tr td a {
  font-size: 12px;
  color: #1988be;
}
.cloud_dt_tb2 tr th {
  height: 20px;
  padding: 15px 20px;
  width: 33%;
}
.cloud_dt_tb2 tr td:last-child {
  text-align: left;
}
.cloud_dt_tb tr td input,
.cloud_dt_tb tr td select {
  box-sizing: border-box;
  width: 248px;
  height: 28px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  padding-left: 12px;
}
.cloud_dt_tb tr td .btn {
  display: inline-block;
  width: 70px;
  height: 28px;
  line-height: 28px;
  background-color: #039ae1;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin-left: 4px;
  vertical-align: top;
}
.cloud_dt_tb tr td i {
  font-size: 18px;
  color: #ff8018;
}
.cloud_blocker .ym_table {
  float: left;
  width: 65%;
}
.cloud_blocker .cloud_rt {
  float: left;
  width: 32%;
  background: #fff8f2;
  margin-left: 3%;
  box-sizing: border-box;
  padding: 16px;
  padding-right: 10px;
}
.cloud_rt .title {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
.cloud_rt .caozuo {
  color: #e6e6e6;
  line-height: 24px;
  padding-top: 20px;
}
.cloud_rt .caozuo a {
  color: #208cc0;
}
.cloud_rt .caozuo span {
  margin: 0 4px;
}
.cloud_rt .tips {
  font-size: 12px;
  color: #ff3939;
  margin: 12px 0 8px;
}
.cloud_rt .des {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.cloud_rt .des i {
  color: #ff8827;
}
.usa_ys ul li {
  background: #fff;
}
.usa_middle {
  width: 100%;
  height: 440px;
  background: url(/assets/index/image/usa_middle_bg.png) no-repeat center center;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.usa_middle > p {
  text-align: left;
  width: 1080px;
  margin: 0 auto;
  padding-left: 666px;
  box-sizing: border-box;
  line-height: 24px;
  padding-bottom: 28px;
}
.usa_middle > p > span {
  margin-right: 34px;
}
.usa_middle > .tt {
  font-size: 28px;
  padding: 70px 0 36px 666px;
}
.productAdv .tnd_tt {
  text-align: center;
  color: #666;
  padding-bottom: 60px;
}
.usa_ul,
.usa_ul2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.usa_ul li {
  width: 350px;
  height: 210px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.usa_ul .title {
  height: 70px;
  line-height: 70px;
  background: linear-gradient(-90deg, #4e4f58 0%, #23242c 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}
.usa_ul .des {
  border: solid 1px #cccccc;
  height: 140px;
  padding: 26px;
  box-sizing: border-box;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.usa_ul2 li {
  box-sizing: border-box;
  width: 482px;
  min-height: 80px;
}
.usa_ul2 li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 0 60px;
}
.usa_ul2 li > div {
  margin-left: 20px;
}
.usa_ul2 li > div > p:first-child {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e8ebeb;
  padding-bottom: 14px;
}
.usa_ul2 li > div > p:last-child {
  color: #666;
  line-height: 20px;
  font-size: 14px;
  margin-top: 12px;
}
.index-yun,
.slider-yun {
  height: 510px;
}
.index-yun .slide-bd-list {
  height: 510px;
}
.slider-yun .slide-bd-list .slide-bd-a {
  display: block;
  height: 510px;
}
.slide-bd-list .fans_move_banner11 {
  font-size: 32px;
}
.slide-bd-list .wxqy2_utitle {
  font-size: 18px;
  line-height: 32px;
  margin: 28px 0 60px 0;
}
.index-yun .mainsearch {
  height: 170px;
  background: #fff;
  box-shadow: 1px 1px 10px 0px rgba(66, 66, 66, 0.2);
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  top: 426px;
  box-sizing: border-box;
}
.index-yun .mainsearch ul li img {
  width: 50px;
}
.index-yun .mainsearch ul li {
  text-align: center;
  float: left;
  box-sizing: border-box;
  width: 25%;
  border-right: 1px solid #ebebeb;
  margin-top: 28px;
}
.index-yun .mainsearch ul li:last-child {
  border-right: none;
}
.index-yun .mainsearch ul li p {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.index-yun .mainsearch ul li .tt {
  color: #333;
  font-size: 16px;
  padding: 10px 0 4px;
}
.cloud_menu_box {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 26px;
  margin-bottom: 40px;
}
.cloud_menu_box span {
  font-size: 16px;
  color: #666;
  margin: 0 24px;
  cursor: pointer;
  padding-bottom: 26px;
}
.cloud_menu_box .active {
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #36bdf5;
}
.cloud_middle {
  width: 100%;
  height: 280px;
  background: url(/assets/index/image/hk_middle_bg.png) no-repeat center center;
  margin-top: 68px;
  text-align: center;
}
.cloud_middle p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.cloud_middle .tt {
  font-size: 28px;
  padding: 75px 0 15px;
}
.cloud_middle a {
  display: inline-block;
  width: 170px;
  height: 60px;
  background: #fff;
  margin: 0 4px;
  border-radius: 4px;
  margin-top: 24px;
}
.cloud_middle a img {
  width: 140px !important;
}
.cloud_info .notice {
  width: 48%;
  float: left;
}
.cloud_info .notice:first-child {
  margin-right: 4%;
}
.mainsearch li:hover .tt {
  color: #36bdf5 !important;
}
.cloud_des_box img {
  width: 100%;
}
@media (max-width: 1080px) {
  .w1080 {
    width: 100%;
  }
  .cloudPar .sslcontb2 {
    width: 19%;
    padding: 0 2.6%;
  }
  .cloudPar .sslcontb12 {
    width: 130%;
  }
  .cloudPar .sslcontb4 {
    min-height: 66px;
  }
  .dns_new_info {
    padding: 50px 20px;
  }
  .info {
    width: 100%;
  }
  .productAdv1 ul li {
    width: 49%;
    box-sizing: border-box;
  }
  .nav_inner {
    width: 100%;
  }
  .ssl_des {
    width: 100%;
    box-sizing: border-box;
  }
  .cloud_des_box {
    width: 55%;
  }
  .cloud_word {
    width: 44%;
  }
  .hk_ul li {
    width: 24%;
  }
  .usa_middle > p {
    width: 100%;
  }
  .usa_middle > .tt {
    padding: 70px 0 36px 60%;
  }
  .usa_middle > p {
    padding-left: 60%;
  }
  .usa_ul li {
    width: 32%;
  }
  .yun_left_main {
    width: 73%;
  }
  .yun_right_main {
    width: 25%;
  }
  .fbwt-line {
    width: 114px;
  }
  .loginTrade .name {
    width: 46px;
  }
}
.long span {
  position: relative;
}
.long span img {
  height: 20px;
  position: absolute;
  top: 3px;
  right: 2px;
}
.miaosha_top {
  width: 100%;
  height: 745px;
  background: url(/assets/index/image/miaosha_banner.webp) no-repeat top center;
  background-size: auto 100%;
  position: relative;
}
.miaosha_top .tt {
  background-image: url(/assets/index/image/ms_tip.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 224px;
  left: calc(50% - 677px);
  position: absolute;
  right: auto;
  top: 80px;
  width: 598px;
}
.miaosha_top .sub_tt {
  color: #e3e3ff;
  font-size: 16px;
  left: calc(50% - 579px);
  letter-spacing: 0;
  line-height: 24px;
  position: absolute;
  right: auto;
  top: 280px;
}
.miaosha_top .sub_tt span {
  color: #ffaa47;
}
.miaosha_box {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 10px;
  position: relative;
  box-sizing: border-box;
  margin-top: -240px;
}
.miaosha_box .tt {
  color: #fff;
  font-size: 28px;
  text-align: center;
}
.miaosha_box .des {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
}
.miaosha_home {
  background: #191777;
}
.ms_wrap {
  margin-top: 26px;
}
.ms_row {
  display: flex;
  justify-content: space-between;
}
.ms_item {
  width: 25%;
  padding: 0 8px 10px 8px;
}
.uno-seckill-card {
  background: url(/assets/index/image/ms_itembg.webp) 0 0/100% no-repeat;
  padding: 0;
  position: relative;
}
.uno-seckill-card-head {
  height: 116px;
  padding: 16px;
  margin: 0;
  box-sizing: border-box;
}
.uno-seckill-card-tit {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.uno-seckill-card-tit-text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.uno-show-mobile {
  display: none;
}
.uno-seckill-card-new {
  background-image: url(/assets/index/image/new_user.svg);
}
.uno-seckill-card-tag {
  background-size: cover;
  height: 66px;
  position: absolute;
  right: -4px;
  top: 0;
  width: 74px;
}
.uno-seckill-card-sub-tit {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 0;
  line-height: 1;
  margin-top: 4px;
}
.uno-seckill-card-sub-tit-text {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  word-break: keep-all;
}
.uno-seckill-card-detail {
  display: block;
  margin-top: 6px;
}
.uno-seckill-card-area {
  background-color: rgba(24, 24, 151, 0.25);
  border-radius: 12px;
  color: #ffda91;
  max-width: 100%;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.uno-seckill-card-ad,
.uno-seckill-card-area {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  line-height: 24px;
  vertical-align: middle;
}
.uno-seckill-card-with-ad .uno-seckill-card-area {
  max-width: calc(100% - 89px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.uno-seckill-card-ad {
  color: #ffd86c;
  margin-left: 5px;
}
.uno-seckill-card .uno-seckill-card-body {
  height: 124px;
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.uno-form-label {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  vertical-align: top;
  width: 84px;
  position: relative;
}
.uno-form-item {
  font-size: 0;
  line-height: 1;
  margin-bottom: 12px;
}
.uno-seckill-card .uno-form-label {
  width: 60px;
}
.uno-form-label:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.uno-form-label-inner {
  color: hsla(0, 0%, 100%, 0.65);
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  word-break: break-all;
}
.uno-form-value {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin-left: 4px;
  vertical-align: top;
  width: calc(100% - 64px);
}
.uno-form-value-inner {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  width: 100%;
  word-break: break-all;
}
.uno-show-mobile {
  display: none;
}
.uno-seckill-card-mobile-ad {
  display: none;
}
.uno-seckill-card-foot {
  height: 167px;
  padding: 12px 16px 16px;
}
.uno-seckill-card-price-num {
  color: #ffaa47;
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
}
.uno-seckill-card-price-unit {
  color: #ffaa47;
  font-size: 12px;
  line-height: 18px;
  margin-left: 4px;
  font-weight: 600;
}
.uno-seckill-card-price-average {
  margin-right: 8px;
}
.uno-seckill-card-price-average,
.uno-seckill-card-price-original {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 12px;
  line-height: 18px;
}
.uno-button,
.uno-button1 {
  cursor: pointer;
  display: inline-block;
  min-width: 120px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.uno-button-middle {
  font-size: 14px;
  height: 36px;
  line-height: 22px;
  padding: 7px 5px;
}
.uno-button-image {
  background-image: url(/assets/index/image/ms_buy.webp);
  background-size: 100% 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);
  padding-left: 33px;
  width: 100%;
  margin-top: 12px;
}
.uno-button-image:hover {
  background-image: url(/assets/index/image/ms_buyh.webp);
}
.uno-progress {
  margin-top: 8px;
}
.uno-seckill-card .uno-progress-bar {
  background-color: rgba(85, 86, 233, 0.45);
}
.uno-progress-bar-inner {
  background-color: #00a4ff;
  height: 3px;
}
.uno-seckill-card .uno-progress-bar-inner {
  background-color: #e1c18f;
}
.uno-progress-tip {
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}
.uno-button-contained {
  border: none;
  color: #fff;
}
.uno-dialog-mask {
  z-index: 990;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.uno-dialog {
  min-width: 460px;
  max-width: 600px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 7px 0 rgba(135, 142, 160, 0.1);
  z-index: 1000;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
  display: none;
}
.uno-dialog-header {
  font-size: 18px;
  line-height: 26px;
  color: #333;
  padding: 20px 20px 16px;
  position: relative;
  font-weight: 600;
}
.uno-dialog .uno-icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.uno-icon {
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: -3px;
  width: 16px;
}
.uno-icon-close {
  background-image: url(/assets/index/image/close.svg);
}
.uno-dialog .uno-icon-close:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
.uno-dialog-body {
  padding: 0 20px 24px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  max-height: 600px;
  white-space: normal;
  word-break: break-all;
  overflow: auto;
}
.uno-dialog .uno-form-wrap-selected {
  background-color: #fafafc;
  margin-left: -20px;
  margin-right: -20px;
  padding: 16px 20px;
}
.uno-form-wrap-title {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}
.uno-form-item {
  font-size: 0;
  line-height: 1;
  margin-bottom: 16px;
}
.uno-form-label {
  position: relative;
}

.uno-form-label {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  vertical-align: top;
  width: 84px;
}
.uno-form-label:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.uno-form-label-inner {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  word-break: break-all;
}
.uno-form-value {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin-left: 12px;
  vertical-align: top;
  width: calc(100% - 97px);
}
.uno-form-value-inner {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  width: 100%;
  word-break: break-all;
}
.uno-form-wrap-selected + .uno-form-wrap-config {
  padding-top: 16px;
}
.uno-form-item {
  font-size: 0;
  line-height: 1;
  margin-bottom: 16px;
}
.uno-form-label {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  vertical-align: top;
  width: 84px;
  position: relative;
}
.uno-form-item-config .uno-form-label {
  height: 36px;
}
.uno-form-label:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.uno-form-label-inner {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  word-break: break-all;
}
.uno-form-value {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin-left: 12px;
  vertical-align: top;
  width: calc(100% - 97px);
}
.uno-form-value-inner {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  width: 100%;
  word-break: break-all;
}
.uno-form .uno-select {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  position: relative;
}
.uno-select-btn {
  background-color: #3939ce;
  border: 1px solid #6569fb;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  line-height: 22px;
  overflow: hidden;
  padding: 6px 28px 6px 8px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  z-index: 10;
  box-sizing: border-box;
}
.uno-dialog .uno-select-btn {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
}
.uno-select-btn-caret {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  -webkit-transition: transform 0.2s;
  background-image: url(images/select_arrow_normal.svg);
  height: 16px;
  position: absolute;
  right: 8px;
  top: 10px;
  transform: rotate(0);
  transition: transform 0.2s;
  width: 16px;
}
.uno-input-number-minus,
.uno-input-number-plus {
  background-color: #4141da;
  border: 1px solid #6569fb;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 36px;
  box-sizing: border-box;
}
.uno-input-number-minus-disabled,
.uno-input-number-minus-disabled:hover,
.uno-input-number-plus-disabled,
.uno-input-number-plus-disabled:hover {
  background-color: #4141da;
  border: 1px solid #6569fb;
  cursor: not-allowed;
  z-index: auto;
}
.uno-input {
  background-color: #4141da;
  border: 1px solid #6569fb;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 22px;
  min-width: 40px;
  padding: 6px 8px;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}
.uno-dialog .uno-select-btn-caret {
  background-image: url(/assets/index/image/arr_d.svg);
}
.uno-dialog .uno-select-disabled .uno-select-btn {
  border: 1px solid #ddd;
  background-color: #f4f4f8;
  color: #999;
}
.uno-dialog .uno-select-disabled .uno-select-btn-caret {
  background-image: url(/assets/index/image/arr_dd.svg);
}
.uno-form-tip {
  color: #999;
  margin-top: 8px;
}
.uno-form-tip,
.uno-form-tip .uno-link {
  font-size: 12px;
  line-height: 18px;
}
.uno-dialog .uno-action,
.uno-dialog .uno-link {
  color: #00a4ff;
}
.uno-form-item .uno-form-item .uno-form-value {
  margin-left: 0;
  width: 100%;
}
.uno-form-input-button .uno-button,
.uno-form-select-inumber .uno-input-number,
.uno-form-select-select .uno-select + .uno-select {
  margin-left: 12px;
}
.uno-input-number {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.uno-dialog .uno-input-number-minus-disabled,
.uno-dialog .uno-input-number-minus-disabled:hover,
.uno-dialog .uno-input-number-plus-disabled,
.uno-dialog .uno-input-number-plus-disabled:hover {
  border: 1px solid #ddd;
  background-color: #fff;
}
.uno-input-number-minus:before,
.uno-input-number-plus:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.uno-input-number-minus:after,
.uno-input-number-plus:after {
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: -3px;
  width: 16px;
}
.uno-input-number-minus:after,
.uno-input-number-plus:after {
  content: "";
  vertical-align: middle;
}
.uno-dialog .uno-input-number-minus-disabled:after,
.uno-dialog .uno-input-number-minus-disabled:hover:after {
  background-image: url(/assets/index/image/gang_da.svg);
}
.uno-dialog .uno-input.uno-input-disabled,
.uno-dialog .uno-input.uno-input-disabled:hover {
  border-color: #ddd;
  background-color: #f4f4f8;
  color: #999;
}
.uno-dialog .uno-input-number .uno-input {
  background: #fff;
}
.uno-form .uno-input-number .uno-input {
  width: 48px;
}
.uno-dialog .uno-input-number-plus-disabled:after,
.uno-dialog .uno-input-number-plus-disabled:hover:after {
  background-image: url(/assets/index/image/gang_j.svg);
}
.uno-dialog .uno-select-btn:hover {
  border: 1px solid #00a4ff;
  background-color: #fff;
  color: #333;
}
.uno-buy-dialog .uno-dialog-footer {
  padding: 30px 20px;
  border-top: 1px solid #edeef1;
  position: relative;
  text-align: left;
}
.uno-radio-btn {
  background-color: #4141da;
  border: 1px solid #6569fb;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 36px;
  line-height: 22px;
  margin-left: -1px;
  padding: 6px 5px;
  position: relative;
  text-align: center;
  width: 49px;
}
.uno-dialog .uno-radio-btn {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.uno-dialog .uno-radio-btn-checked {
  background-color: #f4fcff;
  border-color: #00a4ff;
  color: #00a4ff;
}
.uno-radio-btn .uno-badge {
  position: absolute;
  right: -1px;
  top: -13px;
}
.uno-dialog .uno-radio-btn-checked .uno-badge {
  background-image: url(/assets/index/image/zhekou.svg);
  color: #fff;
}
.uno-radio-btn .uno-badge {
  z-index: 20;
}
.uno-badge {
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 38px;
}
.uno-dialog-price-num {
  color: #ff7200;
  font-size: 24px;
  line-height: 32px;
  margin-right: 4px;
}
.uno-dialog-price-unit {
  font-size: 14px;
  line-height: 22px;
  color: #ff7200;
  margin-right: 8px;
}
.uno-dialog-price-average,
.uno-dialog-price-original {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.uno-dialog-footer-btn {
  margin-top: 20px;
  text-align: center;
}
.uno-button {
  cursor: pointer;
  display: inline-block;
  min-width: 120px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.uno-dialog-footer-btn .uno-button {
  width: 200px;
}
.uno-button-contained.uno-button-primary {
  background: -webkit-linear-gradient(315deg, #ff985f, #f25e4b);
  background: linear-gradient(135deg, #ff985f, #f25e4b);
}
.uno-select-dropdown-list {
  position: absolute;
  width: 200px;
  z-index: 999;
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  top: 35px;
  left: 0;
  display: none;
}
.uno-select-dropdown-item {
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  padding: 6px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.uno-select-dropdown-list .uno-select-dropdown-item-active,
.uno-select-dropdown-list .uno-select-dropdown-item:hover {
  background-color: #f4fcff;
  color: #00a4ff;
}
.uno-select-active .uno-select-btn {
  color: #00a4ff;
}
.uno-select-active .uno-select-btn:hover {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #00a4ff;
}
.uno-select-active .uno-select-btn-caret {
  background-image: url(/assets/index/image/add_ds.svg);
}
.uno-dialog-body::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}
.uno-dialog-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.uno-dialog-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.uno-select-disabled .uno-select-btn:hover {
  border: 1px solid #ddd;
  background-color: #f4f4f8;
  color: #999;
}
.uno-seckill-card .uno-form-value-inner {
  color: #fff;
}
.banner_tip {
  background-image: url(/assets/index/image/banner_tip.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 28px;
  left: calc(50% - 579px);
  position: absolute;
  right: auto;
  top: 330px;
  width: 445px;
}
.uno-section-header {
  margin-bottom: 24px;
}
.uno-section-tit {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
.uno-section-tit-highlight {
  color: #fbd494;
  position: relative;
}
.uno-section-tit-divider {
  margin: 0 4px;
}
.uno-section-sub-tit {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.uno-grid-row:last-child {
  margin-bottom: 0 !important;
}
.uno-recommend {
  background-color: #fff;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #5c52f3;
  padding: 22px 20px;
  position: relative;
}
.uno-recommend {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2c2db5),
    to(#251e82)
  );
  background: -webkit-linear-gradient(left, #2c2db5, #251e82);
  background: linear-gradient(90deg, #2c2db5, #251e82);
}
.uno-recommend-action {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.uno-recommend .uno-recommend-action {
  background-image: url(/assets/index/image/gengduo.svg);
  background-position: 100%;
  background-repeat: no-repeat;
}
.uno-recommend-con {
  width: calc(100% - 140px);
}
.uno-recommend-title {
  color: #333;
  font-size: 18px;
  line-height: 26px;
}
.uno-recommend .uno-recommend-title {
  color: #fff;
}
.uno-recommend-desc,
.uno-recommend-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.uno-recommend-desc {
  color: #888;
  font-size: 14px;
  line-height: 22px;
  margin-top: 4px;
}
.uno-recommend .uno-recommend-desc {
  color: hsla(0, 0%, 100%, 0.8);
}
.uno-recommend-btn-wrap {
  margin-top: 12px;
}
.uno-button-outlined {
  border: 1px solid;
}
.uno-button-middle.uno-button-outlined {
  padding-bottom: 6px;
  padding-top: 6px;
}
.uno-button-outlined.uno-button-primary {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}
.uno-button-inner-wrap {
  position: relative;
  z-index: 10;
}
.uno-button-outlined.uno-button-primary:hover {
  background: #3c3db8;
}
.uno-recommend-icon {
  bottom: 5px;
  display: inline-block;
  height: 128px;
  width: 128px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.uno-grid-col-12,
.uno-grid-col-pc-12 {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
}
.rk_box {
  background: rgba(0, 123, 183, 0.1);
  padding: 10px;
}
.rk_title {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.rk_title::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  left: 4px;
  bottom: 0;
  background: #039ae1;
}
.rk_box p span {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 6px;
  color: #666;
}
.rk_btn_box button {
  width: 152px;
  height: 40px;
  margin-top: 10px;
}
.formTable {
  width: 400px;
  background: #fff;
  z-index: 101;
  border-radius: 5px;
  padding: 16px 30px 40px 26px;
  box-sizing: border-box;
  position: relative;
}
.reg_block .close_tg {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url("/assets/index/image/close1.png");
  background-size: 100%;
  cursor: pointer;
}
.noborder {
  border: none;
  font-size: 18px;
  color: #333;
  margin-left: 5%;
  padding-top: 5%;
}
.formInput {
  width: 82%;
  margin-left: 5%;
  border-radius: 2px;
  border: 1px solid #ddd;
  margin-top: 15px;
  padding: 10px 5%;
  border-radius: 5px;
}
.formBtn1 {
  background: #1988be;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-bottom: 8px;
  width: 90%;
  margin-left: 5%;
  height: 38px;
  border-radius: 4px;
}
#reCaptcha {
  width: 43%;
  float: left;
  margin-right: 2%;
}
#captchaImg,
#captchaImg2 {
  width: 126px;
  height: 40px;
  float: left;
  margin-top: 16px;
  margin-left: 2px;
  border-radius: 5px;
}
#get_yzm {
  width: 43%;
  float: left;
  margin-right: 2%;
}
#getSmsCode {
  width: 126px;
  float: left;
  margin-top: 16px;
  margin-left: 2px;
  height: 40px;
}
.form_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 996;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.reg_block {
  background: #fff;
  position: relative;
}
.reg_block .tap {
  padding: 80px 40px 10px 40px;
}
.reg_block .tap span {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
.reg_block .tap span:first-child {
  border-radius: 4px 0 0 4px;
}
.reg_block .tap .act {
  background: #1988be;
  color: #fff;
  border-color: #1988be;
}
.gototop_wrap .weituo-zdd {
  background: url(/assets/index/image/jingjia_icon.png) no-repeat left center !important;
}
.gototop_wrap .yijian {
  position: relative;
  background: url(/assets/index/image/guanli_icon.png);
}
.gototop_wrap .phone div em {
  background: url(/assets/index/image/gsjj.png) no-repeat -447px -701px;
}
.xieyi {
  font-size: 12px;
  float: left;
  width: 100%;
  color: #666;
  padding-left: 18px;
  margin-top: 26px;
}
.xieyi a {
  color: #1988be;
}
.ykj_bg1 {
  background: url(/assets/index/image/ykj_lc.png) no-repeat top center;
  height: 320px;
  margin-top: 20px;
}
.ykj_bg1 p {
  text-align: center;
  font-size: 18px;
}
.ykj_bg1 .tt {
  font-size: 30px;
  padding: 38px 0 28px;
}
.ykj_bg1 ul {
  margin-top: 68px;
}
.ykj_bg1 li {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding-left: 92px;
}
.ykj_bg1 li > div:first-child {
  font-size: 16px;
}
.ykj_bg1 li > div:last-child {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 12px;
}
.ykj_bg1 > div {
  width: 1200px;
  margin: 0 auto;
}
.ykj_bg2 {
  background: #fff;
  border-bottom: 1px solid #ccc;
  height: 120px;
  background: url(/assets/index/image/ykj_lc2.png) no-repeat top center;
  margin-top: 28px;
}
.ykj_bg2 ul {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 8px;
}
.ykj_bg2 li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
  padding-left: 62px;
}
.ykj_bg2 li > div:first-child {
  font-size: 16px;
  color: #333;
}
.ykj_bg2 li > div:last-child {
  margin-top: 12px;
  line-height: 20px;
}
.model_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow: auto;
  display: none;
  justify-content: center;
  align-items: center;
}
.registerTit {
  width: 50%;
  float: left;
  color: #333;
  border-bottom: 6px solid #f3f3f3;
  cursor: pointer;
}
.registerTitOut .l_act {
  border-color: #007bb7;
  color: #007bb7;
}
.model_box .close,
.register .close {
  position: absolute;
  top: 4px;
  right: 16px;
  color: #999;
  font-size: 22px;
  padding: 5px 5px;
}
.register form .reg {
  background: url(../image/email.jpg)
    no-repeat 10px 10px;
}
.register form .reg.psw {
  background: url(../image/mima.png)
    no-repeat 10px 10px;
}
.register form .reg5 {
  width: 450px;
  height: 52px;
  padding-left: 0;
  line-height: 52px;
  text-align: center;
  background: #007bb7;
  border-radius: 4px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  display: block;
}
.register form .reg4 input {
  float: left;
  width: 14px;
  height: 14px;
  color: #333;
}
.register form .reg4 p {
  float: left;
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}
.register form .reg4 p a {
  color: #007bb7;
}
.other a.weixin {
  background: url(../image/weiXin_log.png)
    no-repeat;
}
.other a.qq {
  background: url(../image/qq_log.png)
    no-repeat;
}
.register form .reg7 {
  margin: 10px auto 0;
  text-align: right;
  border: none;
  background: none;
}
.register form .regyzm {
  float: left;
  width: 242px;
  margin: 0 10px 0 0;
}
.regmessage .hqbtn {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  height: 52px !important;
  line-height: 52px !important;
  font-size: 14px;
  color: #007bb7;
  width: 143px !important;
  margin-top: 0 !important;
}
.regimg,
.regmessage {
  width: 452px !important;
}
.pay_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 996;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pay_model {
  background: #fff;
  border-radius: 4px;
  width: 702px;
  font-size: 14px;
}
.pay_model .tt {
  line-height: 70px;
  background: #f5f5f5;
  padding: 0 30px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px;
}
.pay_model .tt img {
  float: right;
  margin-top: 22px;
  cursor: pointer;
}
.pay_model .content {
  padding: 0 50px 50px 50px;
  position: relative;
}
.pay_model .msg {
  border-bottom: 1px solid #ebebeb;
  padding: 32px 0 26px;
}
.pay_model .msg .price {
  font-size: 26px;
  font-weight: bold;
  color: #ff711d;
  margin: 0 14px;
}
.pay_model .msg span:first-child {
  margin-right: 60px;
}
.pay_model .pay {
  margin-top: 38px;
}
.pay_model .pay > p {
  font-weight: bold;
}
.pay_model .pay li {
  float: left;
  width: 138px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 10px;
  margin-top: 24px;
  cursor: pointer;
}
.pay_model .pay .act {
  border-color: #007bb7;
  background-position: 100% 0;
  position: relative;
}
.pay_model .pay .wx_pay {
  position: relative;
  background-image: url(../image/cz_yhk.png);
  background-repeat: no-repeat;
  background-position: 9px -462px;
}
.pay_model .pay .act::after {
  position: absolute;
  width: 24px;
  height: 15px;
  bottom: 0;
  right: 0;
  background: url(../image/bottom_gou.png);
  content: "";
}
.pay_model .pay .zfb_pay {
  background-position: 32px -360px;
  position: relative;
  background-image: url(../image/cz_yhk.png);
  background-repeat: no-repeat;
}
.pay_inner .yue {
  color: #666;
  line-height: 26px;
  padding: 15px 0 5px;
}
.pay_inner .yue a {
  color: #1988be;
  margin-left: 10px;
}
.not_enough {
  color: #f57e4b;
  padding-left: 24px;
  background: url(../image/gantanhao.png)
    no-repeat center left;
}
.pay_inner .check {
  font-size: 14px;
  color: #999;
  padding: 24px 0 40px;
  border-bottom: 1px solid #eee;
}
.pay_inner .check a {
  color: #007bb7;
}
.sao_success {
  margin-top: 30px;
}
.sao_success a,
.sao_success input[type="submit"] {
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  margin: 0 2px;
  cursor: pointer;
}
.sao_success .success {
  background-color: #007bb7;
  color: #fff;
  border-color: #007bb7;
}
.pay .ewm_box {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
}
.pay .ewm_box {
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
}
.pay .ewm_box img {
  width: 100%;
  height: 100%;
}
.wxzf {
  display: block;
  margin: 0 auto;
}
.sao_success {
  margin-top: 30px;
}
.sao_success > p {
  margin: 18px 0;
}
.sao_success i {
  color: #ff4d00;
}
.sao_tips {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}
.sao_tips img {
  height: 16px;
  vertical-align: -2px;
  margin-right: 2px;
}
.pay .ewm_box .ewm_loading {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
  margin-top: 84px;
  display: none;
}
.pay_model .rtclost {
  position: absolute;
  top: 12px;
  right: 14px;
  cursor: pointer;
}
.gototop_wrap .ymqz-zdd {
  background: url(/assets/index/image/jieru.png) no-repeat left center !important;
  height: 146px;
}
.right_box .rt_adv {
  width: 258px;
  height: 160px;
  background: url(/assets/index/image/index_rt1.jpg) no-repeat top center;
  margin-top: 20px;
}
.right_box .rt_adv2 {
  background: url(/assets/index/image/index_rt2.png) no-repeat top center;
  background-size: 100% 100%;
}
.right_box .rt_adv button {
  width: 182px;
  height: 32px;
  margin: 160px 0 0 38px;
  opacity: 0;
}
.index_news_box{
    background:#f5f5f5;
    margin-top: 26px;
}
.index_news_box .tt{
    font-size: 18px;
    color: #111;
    position: relative;
    padding: 30px 0 5px 21px;
}
.index_news_box .tt::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 26px;
    background: #007bb7;
    top: 31px;
    left: 0;
}
.index_news_box>div{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 36px;
}
.index_news_box ul{
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}
.index_news_box .ul2{
    border: none;
}
.index_news_box ul li{
    margin-top: 12px;
}
.index_news_box ul li a{
    font-size:14px;
    color: #666;
    width: 380px;
    float: left;
    overflow: hidden;
}
.index_news_box ul li a:hover{
    color: #007bb7;
}
.index_news_box ul li a:last-child{
    float: right;
    color: #007bb7;
    width:78px;
    margin-right: 70px;
}
.index_news_box .ul2 li a{
    margin-left: 70px;
}
.index_news_box .ul2 li a:last-child{
    margin: 0;
}
.index_tabs_box{
    height: 110px;
    width: 1200px;
    background: url(/assets/index/image/index_tabs.png)no-repeat top center;
    margin:0 auto;
    margin-top: 40px;
    margin-bottom: -26px;
    background-position-x: -468px;
    right: 40px;
    position: relative;
}
.index_tabs_box ul{
    width: 1190px;
    margin: 0 auto;
    left: 119px;
    position: absolute;
}
.index_tabs_box ul li{
    float: left;
    width: 23%;
}
.index_tabs_box ul li p{
    color: #666;
    font-size: 14px;
}
.index_tabs_box ul li p:first-child{
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}
.gonggao_banner{
    height: 160px;
    background: url(/assets/index/image/gonggao_bg.png)no-repeat top center;
}
.gonggao_banner div{
    width: 1080px;
    margin: 0 auto;
}
.gonggao_banner div p{
    font-size: 18px;
    color: #fff;
    padding-left: 25px;
}
.gonggao_banner div p:first-child{
    font-size: 30px;
    padding: 35px 0 8px 25px;
}
.gonggao_container{
    width: 1080px;
    margin: 0 auto;
}
.gonggao_container>div:first-child{
    float: left;
    border: 1px solid #ebebeb;
    background: #fff;
    width: 800px;
    box-sizing: border-box;
    padding: 0 25px;
    margin-bottom: 50px;
}
.gonggao_container>div:last-child{
    float: left;
    margin-left: 20px;
}
.gonggao_container li{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 28px;
}
.gonggao_container li:last-child{
    border-bottom: none;
}
.gonggao_container li img{
    float: left;
    width: 160px;
    height: 120px;
    margin-top: 6px;
}
.gonggao_container li>div{
    float: left;
    width: 570px;
    margin-left: 18px;
}
.gonggao_container li>div p{
    font-size: 14px;
    color: #999;
}
.gonggao_container li>div p:nth-child(2){
    height: 44px;
    overflow: hidden;
}
.gonggao_container li>div .tt{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.gonggao_container li>div div{
    margin-top: 28px;
}
.gonggao_container li>div div span{
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    position: relative;
}
.gonggao_container li>div div span::before{
    content: "";
    position: absolute;
    background: url(/assets/index/image/shijianchuo.png);
    width: 14px;
    height: 14px;
    top: 1px;
    left: 0;
}
.gonggao_container li>div div a{
    font-size: 12px;
    color: #0099ff;
    float: right;
}
.gonggao_container>div:last-child>div{
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.gonggao_container>div:last-child>div a{
    width: 100px;
    height: 26px;
    position: absolute;
    bottom: 20px;
    left: 80px;
}
.gonggao_container>div:last-child>div p{
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #333;
    padding-left: 22px;
    position: relative;
}
.gonggao_container>div:last-child>div p::before{
    content: "";
    position: absolute;
    top: 21px;
    left: 10px;
    width: 2px;
    height: 16px;
    background: #0099ff;
}
.gonggao_container h2{
    border-bottom: 1px solid #ebebeb;
    height: 128px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 32px;
    box-sizing: border-box;
}
.gonggao_container h2 span{
    display: block;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    margin-top: 4px;
}
.gonggao_container .dt_des{
    padding: 34px 40px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 28px;
}
.gonggao_container .dt_des img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.gonggao_container .dt_des h2{
    font-size: 16px;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 6px;
}
.gonggao_container .bottoms{
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
}
.gonggao_container .bottoms div{
    float: left;
    width: 50%;
}
.model_table{
  width: 98%;
  border: 1px solid #eae8e8;
  border-bottom: none;
  margin: 0 1%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.model_table tr th{
  text-align: left;
  height: 38px;
  border-bottom: 1px solid #eae8e8;
  padding: 0 15px;
  color: #555;
  background: #fbfbfb;
  font-size: 13px;
}
.model_table tr td{
  height: 38px;
  border-bottom: 1px dotted #eae8e8;
  padding: 0 15px;
  color: #555;
  font-size: 13px;
}
.model_table tr td:first-child{
  color: #3464ff;
}
.model_table tr:nth-child(even){
  background: #f7f8fa;
}
.model_table tr:hover{
  background: #d9f4ff;
}
.model_table tr:last-child{
  background: #fff;
}
.rt_adv_md{
  width: 258px;
  height: 160px;
  margin-top: 20px;
}
.rt_adv_md img{
  width: 100%;
  height: 100%;
}
.tuijian_box .shop_ul li{
  width:33.33%;
  line-height: normal;
  padding:20px;
  min-height: 253px;
}
.tuijian_box .shop_ul li:hover{
  background:#fff;
}
.tuijian_box .shop_ul .top img{
  float: left;
  margin-right:10px;
}
.tuijian_box .shop_ul .top p{
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}
.tuijian_box .shop_ul .top>div{
  float: left;
  width: 250px;
  overflow: hidden;
}
.tuijian_box .shop_ul .top .tt{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.tuijian_box .shop_ul .top .tt span{
  float: right;
  font-size: 12px;
  color: #ffa024;
  width: 84px;
	height: 24px;
	background-color: #fff9f2;
  text-align: center;
  line-height: 24px;
}
.tuijian_box .shop_ul .conten{
  border-top: 1px solid #f5f5f5;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  padding-top:10px;
}
.tuijian_box .shop_ul .conten p{
  margin-top:8px;
}
.tuijian_box .shop_ul .conten p span{
  float:right;
  font-size:14px;
  color:#ffa024;
}
.tuijian_box .shop_ul li:nth-child(3n){
  border-right:none;
}
.condition .jj_quick_search .col{
  font-weight: bold;
}
.sel_outer{
  position: relative;
  float: left;
}
.sel_outer>input{
  cursor: pointer;
  padding-right: 20px;
  width: 109px!important;
}
.line .sel_outer>.short{
  width: 109px!important;
}
.sel_outer i{
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: #919191 transparent transparent transparent;
  border-style: solid;
  border-width: 4px;
}
.sel_outer .on{
  transform: rotate(180deg);
  top: 14px;
}
.sel_block{
  width: 464px;
  position: absolute;
  padding: 12px;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  font-size: 14px;
  top: 36px;
  left: 0;
  display: none;
}
.sel_block ul{
  max-height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    list-style: none;
    outline: none;
    padding: 1px;
}
.sel_block .sel_op{
  overflow: auto;
}
.sel_block ul li{
  float: left;
    width: 72px;
    height: 28px;
    border: 1px solid #e9ecef;
    cursor: pointer;
    transition: all .2s;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #404040;
    margin: 0px 0 -1px -1px;
}
.sel_block .sel_op li{
  float: none;
  width: 100%;
  display: block;
  border: none;
  text-align: left;
  padding: 0 12px;
  box-sizing: border-box;
}
.sel_block ul li:hover{
  color: #2196F3;
}
.sel_block .sel_op li:hover{
  background: #e6f7ff;
  color: #333;
}
.sel_block ul .active{
  color: #108ee9;
    position: relative;
    border: 1px solid #2196F3!important;
    background: #eaf6ff;
}
.sel_block button{
    height: 28px;
    border: 1px solid #e9ecef;
    line-height: 26px;
    text-align: center;
    background-color: #fff;
    color: #404040;
    width:54px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 0;
}
.sel_block .sel1{
  color: #108ee9;
    border-color: #108ee9;
}
.sel_block span input{
  width: 240px;
  height: 28px;
    line-height: 28px;
    border-radius: 0;
    border:1px solid #e9ecef;
    font-size: 12px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: auto;
    color: #ff5400;
}
.sel_block .zdy-input button {
  float: right;
  width: 72px;
  height: 28px;
  line-height: 26px;
  border-radius: 0;
  background-color: #108ee9;
  border-color: #108ee9;
  color: #fff;
  vertical-align: top;
}
#searchs .sea-nr .sub, #searchs .sea-nr .btn{
  width: 112px;
  height: 40px;
  border-radius: 5px;
}
.condition{
  box-shadow: 2px 5px 16px 0px 
		rgba(166, 166, 166, 0.09);
    padding-bottom: 20px;   
}
#searchs{
  padding-top: 20px;
}
.cond-tab .recommend{
  position: relative;
}
.cond-tab .recommend a{
  color: red!important;
}
.cond-tab .recommend::after{
  content: "";
  position: absolute;
  width: 41px;
  height: 20px;
  background: url(/assets/index/image/recommend.png);
}
#registered .cond-tab td:last-child,#registered .cond-tab th:last-child{
  width: 58px;
}
.ym_table tr.warns .icp_type,.ym_table tr.warns .icp{
  border: 1px solid red;
}
.cha-type_content >div {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  background: #f2fafe;
  border: 1px solid #8ec6ef;
  box-shadow: 0 2px 4px #e2edf7;
  border-radius: 2px;
}
.cha-type_content .left {
  float: left;
  width: 31%;
  overflow: hidden;
}
.cha-type_content li {
  float: left;
  text-align: center;
  position: relative;
}
.cha-type_content li:first-child {
  width: 90px;
  border-right: 1px solid #c7e4f9;
}
.cha-type_content li strong {
  font-weight: 400;
  color: #ff5722;
  font-size: 14px;
}
.cha-type_content li a {
  display: block;
  color: #108EE9;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-family: Arial;
  max-width: 120px;
  min-width: 100px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}
.cha-type_content li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #AAD4F3;
  display: inline-block;
  left: 0;
  top: 14px;
}
.cha-type_content li:first-child:before, .cha-type_content li:nth-child(2):before {
  display: none;
}
.cha-type_content .right {
  float: right;
  width: 68%;
  position: relative;
  overflow: hidden;
}
.cha-type_content .close {
  font-size: 20px;
  color: #1890ff;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 41px;
}
.login_mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 996;
  display: flex;
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.ym_login_box{
  width: 412px;
  height: 430px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 70px 40px;
}
.close_mask{
  font-size: 14px;
  color: #505b67;
  cursor: pointer;
  padding: 10px;
  top: 4px;
  right: 8px;
  position: absolute;
}
.ym_login_box .tab span{
  font-size: 16px;
  color: #505b67;
  float: left;
  border: 1px solid #e4e4e4;
  width: 164px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.ym_login_box .tab span:first-child{
  border-right: 1px solid transparent;
}
.ym_login_box .tab span:last-child{
  border-left: 1px solid transparent;
}
.ym_login_box .tab .on{
  color: #037cff;
  border-color:#037cff!important;
}
.ym_login_box form input{
  font-size: 16px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  margin-top: 18px;
  padding-left: 20px;
}
.ym_login_box form div{
  padding: 16px 0 28px;
}
.ym_login_box form div a{
  float: right;
  color: #b1b1b1;
  font-size: 14px;
}
.ym_login_box form .sub{
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #fff;
  background: #037cff;
}
.ym_login_box .tks{
  color: #505b67;
  font-size: 12px;
  margin-top: 10px;
}
.ym_login_box .tks a{
  color: #037cff;
}
.ym_login_box form .tip{
  color: red;
  text-align: center;
  font-size: 14px;
}
.ym_login_box .yzm_box{
  position: relative;
}
.ym_login_box .yzm_box input{
  padding-right: 78px;
}
.ym_login_box .yzm_box button{
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 12px;
  font-size: 13px;
  color: #037cff;
  height: 40px;
  line-height: 40px;
  background: #fff;
}
.gototop_wrap .wenjuan {
  position: relative;
  background: url(/assets/index/image/wenjuan_icon.png);
}
.check_sel_block{
  width: 294px;
}
.check_sel_block>input{
  width: 68px;
  height: 28px;
    line-height: 28px;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #e9ecef;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.check_sel_block>button{
  width: 72px;
    height: 28px;
    line-height: 26px;
    border-radius: 0;
    background-color: #108ee9;
    border-color: #108ee9;
    color: #fff;
    float: right;
    margin-top: 5px;
}

.check_sel_blocks{
  width: 294px;
}
.check_sel_blocks>input{
  width: 68px;
  height: 28px;
    line-height: 28px;
    border-radius: 0;
    font-size: 12px;
    border: 1px solid #e9ecef;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.check_sel_blocks>button{
  width: 72px;
    height: 28px;
    line-height: 26px;
    border-radius: 0;
    background-color: #108ee9;
    border-color: #108ee9;
    color: #fff;
    float: right;
    margin-top: 5px;
}
.email_banner {
  width: 100%;
  height: 360px;
  background: url(/assets/index/image/yun/email_banner.png) no-repeat center;
}
.email_banner .tit {
  padding-top: 84px;
  font-size: 38px;
  font-weight: 400;
  color: #fff;
  line-height: 38px;
}
.email_banner p {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
}
.email_banner .btn {
  margin-top: 50px;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #ff6a00;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all .3s;
}
.email_navbg{
  height: 60px;
}
.email_navbg .nav_inner li{
  height: 60px;
  line-height: 60px;
  width: 10%;
}
.email_navbg .nav_inner li.active{
  border-bottom: 2px solid #007afb;
}
.email_navbg .nav_inner{
  width: 1200px;
}
.section {
  padding-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.email_section1 {
  background-color: #F5F7FA;
}
.qy-index_title {
  padding-bottom: 30px;
  text-align: center;
}
.qy-index_title h3, .qy-index_title h5, .qy-index_title h2 {
  font-size: 28px;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
  line-height: 20px;
}
.qy-index_title p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}
.email_chose {
  padding: 40px 0;
  height: 440px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.email_chose .left {
  padding-left: 40px;
  width: 740px;
  height: 350px;
  border-right: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.email_chose .right {
  width: 340px;
  margin-top: 62px;
  padding: 0 40px 0 64px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.email_chose .item {
  margin-bottom: 25px;
}
.email_chose .left .tit {
  margin-right: 30px;
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 34px;
}
.ssl-choose_num {
  border: 1px solid #D9D9D9;
  display: inline-block;
}
.email_chose .left .gray {
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 34px;
}
.ssl-choose_num span {
  display: block;
  float: left;
  width: 40px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #ccc;
  font-size: 22px;
  cursor: pointer;
  background-color: #F1F1F1;
}
.type_right input {
  padding: 0 13px;
  width: 297px;
  height: 34px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type_right .ssl-choose_num input {
  background-color: #fff;
  display: block;
  line-height: 34px;
  text-align: center;
  width: 84px;
  padding: 0 5px;
  float: left;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type_right li {
  position: relative;
  margin-left: -1px;
  float: left;
  width: 102px;
  height: 34px;
  background: #fff;
  border: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.type_right li.active {
  position: relative;
  z-index: 1;
  border-color: #007bfc;
  color: #fff;
  background-color: #007bfc;
}
.type_right li span {
  display: none;
  position: absolute;
  left: 15px;
  top: 40px;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  background-color: #FF6029;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#timer_gm .iconfont {
  margin-right: 3px;
  background: url(/assets/index/image/yun/gift_r.png);
  display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -1px;
}
.type_right li .iconfont {
  margin-right: 5px;
  background: url(/assets/index/image/yun/gift_r.png);
  display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -1px;
}
.type_right li.active .iconfont{
  background: url(/assets/index/image/yun/gift_d.png);
}
.type_right .bottom {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 28px;
}
.type_right {
  float: left;
}
.type_right .bottom a {
  color: #007AFB;
}
.yhq_list select {
  border: 1px solid #eee;
  color: #666;
  width: 192px;
  height: 31px;
}
.item .right1 {
  color: #ff6a00 !important;
  line-height: 24px;
  font-size: 30px !important;
  font-family: Arial;
  font-weight: 400;
}
.item .right1 span {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 30px !important;
  margin-right: 14px !important;
  color: #ff6a00 !important;
}
.item .right1 strong {
  font-size: 14px !important;
  font-weight: 400;
  color: #333 !important;
  position: relative;
  top: 3px;
}
.email_chose .right h4 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 28px;
  border-bottom: 1px solid #eee;
}
.email_chose .right .tit {
  display: block;
  float: left;
  width: 90px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 34px;
}
.email_chose .right .text {
  float: left;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.email_settle {
  margin-top: 10px;
  padding: 20px 126px;
  height: 178px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.email_settle .top {
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.email_settle .top span {
  color: #ff6a00;
  font-size: 30px;
  font-weight: 700;
}
.email_settle label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 28px;
  cursor: pointer;
}
.email_settle label a {
  color: #007bfc;
}
.email_settle input[type='checkbox']{
  vertical-align: -1px;
  margin-right: 8px;
}
.email_settle .buy {
  margin-top: 20px;
}
.email_settle .buy button {
  width: 140px;
  height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #007bfc;
  border-radius: 4px;
}
.type_right li span:before {
  position: absolute;
  top: -8px;
  left: 60%;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: transparent transparent #FF6029;
}
.type_text {
  color: red;
  font-size: 12px;
  font-weight: 400;
  padding-left: 20px;
}
.email-jsbox{
  height: 550px;
  background: url(/assets/index/image/yun/email_js.png) no-repeat top center;
  background-position-y: -180px;
}
.email_section3 {
  background: #232937;
  padding-bottom: 66px;
}
.email_section3 .qy-index_title h3 {
  color: #fff;
}
.email_item .item {
  margin-right: 24px;
  float: left;
  width: 344px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  transition: all .3s;
}
.email_item .item:last-child{
  margin-right: 0;
}
.email_item .top {
  padding: 0 30px;
  height: 94px;
  background: linear-gradient(90deg, #017CFB 0%, #3C9CF5 100%);
}
.email_item .top h4 {
  padding-top: 26px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 16px;
}
.email_item .top p {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  line-height: 16px;
}
.email_item ul {
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 630px;
}
.email_item li {
  padding: 26px 32px 0 44px;
}
.email_item li h5 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 17px;
}
.email_item li h5:before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -8px;
  width: 4px;
  height: 16px;
  background: #057efa;
}
.email_item li p {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}
.email_item .item2 .top {
  background: linear-gradient(90deg, #242641 0%, #333962 100%);
}
.email_item .item3 .top {
  background: linear-gradient(90deg, #FF612B 0%, #FF8356 100%);
}
.email_item .item:hover {
  margin-top: -6px;
  box-shadow: 0 0 8px 0 #eee;
}
.email_section4 .item .top {
  background: url(/assets/index/image/yun/gl_1.png) no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.email_section4 ul {
  background-color: #f5f7fa;
  height: 600px;
}
.email_section5 ul li{
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 66px;
}
.domain_history_wrap {
  width: 1200px;
  margin: 20px auto 0;
  background: #fff;
}
.domain_history_wrap .panel {
  border: 1px solid #e8e8e8;
  background: #fff;
}
.domain_history_wrap .panel_header {
  height: 68px;
  border-bottom: 1px solid #ebebeb;
  padding-right: 20px;
  background: #fff;
}
.domain_history_wrap .panel_header .title {
  color: #333;
  font-size: 20px;
  line-height: 68px;
  padding-left: 20px;
  background-size: 3.5px;
}
.domain_history_wrap .panel_body {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}
.domain_history_map {
  display: flex;
}
.domain_history_map li {
  flex: 1;
  cursor: pointer;
}
.domain_history_map li div {
  display: flex;
  align-items: flex-end;
  height: 80px;
  background: #f9f9f9;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.domain_history_map li p {
  line-height: 28px;
  margin-top: 10px;
  text-align: center;
}
.domain_history_map li div span {
  flex: 1;
  background: #000;
}
.text_blue {
  color: #0070cc;
}
.domain_history_wrap .table_style {
  border: 1px solid #e8e8e8;
  background: #fff;
  width: 100%;
  table-layout: fixed;
}
.domain_history_wrap .table_style thead tr {
  border-bottom: 1px solid #f2f2f2;
  background: #eceff3;
}
.domain_history_wrap .table_style td, .table_style th {
  padding-left: 5px;
}
.domain_history_wrap .table_style th {
  text-align: left;
  height: 50px;
  font-weight: 700;
}
.domain_history_wrap .table_style th:first-child, .domain_history_wrap .table_style tr td:first-child {
  padding-left: 20px;
}
.domain_history_wrap .table_style tbody td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.domain_history_wrap .table_style tbody tr td:first-child {
  white-space: normal;
  word-break: break-all;
}
.domain_history_wrap .table_style tbody tr {
  height: 49px;
}
.domain_history_wrap .table_style tbody tr:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.domain_history_wrap .table_style tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.domain_history_wrap .table_style tbody tr:hover {
  background: #f5f8fc;
}
.top-navlist a,.top-navlist span,.top-navr a{
  color: #333;
}
.top-navlist a:hover,.top-navr a:hover{
  color:#1ba7e5;
}
.top-navr a{
  margin-left:15px;
}
.top-navlist .uid{
  color:#ff9700;
}
.top-navlist b{
  font-weight:normal;
  font-size:12px;
}
.top-navlist b:hover i{
  color:#1ba7e5!important;
}
.top-navlist .cz:hover{
  background:#2c7db2;
  color:#fff;
  border-radius:1px;
}
.center_tt{
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  padding-top: 32px;
  font-size: 16px;
}
.user_msg_container{
  border: 1px solid #ebebeb;
  padding: 0 20px;
  box-sizing: border-box;
}
.user_msg_container .tt{
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
.user_info_box{
  margin-top: 30px;
}
.user_info_box .user_msg_container{
  float: left;
  width: 49.2%;
  min-height: 160px;
}
.user_info_box .user_msg_container:last-child{
  margin-left:1.6%;
}
.user_msg_container>div{
  font-size: 14px;
  color: #333;
  margin-top: 14px;
}
.user_msg_container .mail{
  color: #039ae1;
}
.user_msg_container>div span:first-child{
  display: inline-block;
  width: 72px;
}
.user_msg_container .tt a{
  float: right;
  color: #039ae1;
  font-weight: normal;
}
.user_msg_container ul li{
  float: left;
  width: 32%;
  margin-right: 2%;
}
.user_msg_container ul li:last-child{
  margin-right:0
}
.user_msg_container ul li p{
  font-size: 20px;
}
.user_msg_container ul li p:first-child{
  font-size: 14px;
  color: #999;
  margin: 15px 0 12px;
}
.user_ym_box{
  margin-top: 16px;
}
.user_ym_box ul li{
  float: left;
  width: 31.5%;
  margin-right: 2.7%;
  height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 10px;
  line-height: 48px;
  margin-top: 16px;
}
.user_ym_box ul li a{
  color: #666;
  font-size: 14px;
  display: block;
}
.user_ym_box ul li:hover{
  border-color: #039ae1;
}
.user_ym_box ul li:hover span{
  color: #039ae1;
}
.user_ym_box ul li:nth-child(3n){
  margin-right: 0;
}
.user_gg_box{
  margin-top: 16px;
}
.user_gg_box .user_msg_container:first-child{
  width: 67%;
  float: left;
}
.user_gg_box .user_msg_container:last-child{
  width: 31%;
  float: right;
}
.user_gg_box ul{
  padding-bottom: 20px;
}
.user_gg_box ul li{
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.user_gg_box ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.user_gg_box ul li a span{
  float: right;
}
.user_msg_container dl{
  padding: 12px 8px 20px 8px;
}
.user_msg_container dl dd{
  box-sizing: border-box;
  width: 230px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #ddd;
  margin-top: 12px;
  padding-left: 34%;
}
.user_msg_container dl dd a{
  display: block;
  width: 100%;
  height: 100%;
}